windows-nt/Source/XPSP1/NT/ds/adsi/winnt/structs.hxx

12 lines
217 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//
// The following struct is used for creating a list out of
// a comma delimited string
// See also: CreateTokenList
//
typedef struct _KEYDATA {
DWORD cTokens;
LPWSTR pTokens[1];
} KEYDATA, *PKEYDATA;