Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This method gets the currently set path where symbol files can be found.
Syntax
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 Value
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
| Header | MiniSH.h |
| Library | ole32.lib, oleaut32.lib |
| Windows Embedded CE | Windows CE 5.0 and later |