INTFS_KEY_TABLE (Windows CE 5.0)
This structure describes the table of key information for all interfaces.
typedef struct{ DWORD dwNumIntfs; PINTF_KEY_ENTRY pIntfs;} INTFS_KEY_TABLE, *PINTFS_KEY_TABLE;
Members
- dwNumIntfs
Total number of interfaces. - pIntfs
Pointer to the INTF_KEY_ENTRY structure.
Requirements
OS Versions: Windows CE .NET 4.2 and later.
Header: Wzcsapi.h.
See Also
Automatic Configuration Structures | WZCEnumInterfaces
Send Feedback on this topic to the authors