Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |