IMiniSH::SetSymbolPath (Windows CE 5.0)
This method sets the path where symbol files can be found.
HRESULT SetSymbolPath( LPCWSTR pszPath);
Parameters
- pszPath
[in] The path to be set.
Return Values
The following table shows return values for this method.
Value | Description |
---|---|
S_OK | Indicates the function was successful. |
E_INVALIDARG | Indicates that one or more invalid arguments. |
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