IPC_TEMPLATE_ISSUER_LIST structure
Contains a list of template issuers in the form of IPC_TEMPLATE_ISSUER structures, returned by a call to IpcGetTemplateIssuerList.
Syntax
typedef struct _IPC_TEMPLATE_ISSUER_LIST {
DWORD cTi;
IPC_TEMPLATE_ISSUER aTi[ANYSIZE_ARRAY];
} IPC_TEMPLATE_ISSUER_LIST, *PIPC_TEMPLATE_ISSUER_LIST;typedef const IPC_TEMPLATE_ISSUER_LIST *PCIPC_TEMPLATE_ISSUER_LIST;
Members
-
cTi
-
The number of issuers in the list.
-
aTi
-
An array of IPC_TEMPLATE_ISSUER structures that represent the issuers.
Requirements
Minimum supported client |
Windows Vista with SP2 |
Minimum supported server |
Windows Server 2008 |
Header |
|