IMiniSH::GetSymbolPath (Windows CE 5.0)
This method gets the currently set path where symbol files can be found.
HRESULT GetSymbolPath( LPWSTR* ppszPath);
Parameters
ppszPath
[out] Pointer to where the path is to be placed.The client must be released from this value with CoTaskMemFree.
Return Values
The following table shows possible return values for this method.
Value | Description |
---|---|
S_OK | Indicates the function was successful. |
E_POINTER | Indicates one or more invalid pointer values. |
E_OUTOFMEMORY | Indicates an out of memory error. |
E_FAIL | Indicates an unspecified failure. |
Requirements
OS Version: Windows CE 5.0 and later.
Header: MiniSH.h.
Link Library: ole32.lib, oleaut32.lib.
See Also
Send Feedback on this topic to the authors