Share via


INTF_KEY_ENTRY (Windows CE 5.0)

Send Feedback

This structure stores the key information about an interface.

typedef struct{    LPWSTR wszGuid;} INTF_KEY_ENTRY, *PINTF_KEY_ENTRY;

Members

  • wszGuid
    Pointer to the interface GUID represented as a Unicode string in the following format: "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}".

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Wzcsapi.h.

See Also

Automatic Zero Configuration Structures | INTFS_KEY_TABLE | WZCEnumInterfaces | WZCDeleteIntfObj

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.