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/6/2010
This method returns the name of the module.
Syntax
HRESULT ModuleName (
char** pModuleName
);
Parameters
- pModuleName
[out] Specifies the name of the module.
Return Value
If the method succeeds, the return value is S_OK.
If it fails, the return value is E_FAIL.
Remarks
Because this parameter is considered read-only and is only valid for the lifetime of the object, no memory is allocated for pModuleName.
Requirements
| Header | remoteui.h, remoteui.idl |
| Library | uuid.lib |
| Windows Embedded CE | Windows CE 5.0 and later |