INTFS_KEY_TABLE (Windows Embedded CE 6.0)
1/6/2010
This structure describes the table of key information for all interfaces.
Syntax
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
Header | wzcsapi.h |
Windows Embedded CE | Windows CE .NET 4.2 and later |