Compartilhar via


IRemoteUIModule::ModuleName (Windows CE 5.0)

Send Feedback

This method returns the name of the module.

HRESULT ModuleName (  char** pModuleName);

Parameters

  • pModuleName
    [out] Specifies the name of the module.

Return Values

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

OS Versions: Windows CE 5.0 and later.
Header: Remoteui.h, Remoteui.idl.
Link Library: Uuid.lib.

See Also

IRemoteUIModule

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.