Gets the description and state of this thread.
HRESULT GetDescription( BSTR* pbstrDescription, BSTR* pbstrState );
- pbstrDescription
[out] The description of this thread.
- pbstrState
[out] The description of the thread state.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method gets the description and state of this thread.