Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 |