IMiniSH::SetSymbolPath (Windows Embedded CE 6.0)
1/5/2010
This method sets the path where symbol files can be found.
Syntax
HRESULT SetSymbolPath(
LPCWSTR pszPath
);
Parameters
- pszPath
[in] The path to be set.
Return Value
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
Header | MiniSH.h |
Library | ole32.lib, oleaut32.lib |
Windows Embedded CE | Windows CE 5.0 and later |