IPC_TEMPLATE_ISSUER structure
Contains information about the template issuer, such as display name and whether the issuer allows a from-scratch policy.
Syntax
typedef struct _IPC_TEMPLATE_ISSUER {
IPC_CONNECTION_INFO connectionInfo;
LPCWSTR wszDisplayName;
BOOL fAllowFromScratch;
} IPC_TEMPLATE_ISSUER, *PIPC_TEMPLATE_ISSUER;typedef const IPC_TEMPLATE_ISSUER *PCIPC_TEMPLATE_ISSUER;
Members
-
connectionInfo
-
The connection information of the issuer. For more information, see IPC_CONNECTION_INFO.
-
wszDisplayName
-
The display name of the issuer.
-
fAllowFromScratch
-
TRUE if the issuer allows creating a policy from scratch; otherwise, FALSE.
Requirements
Minimum supported client |
Windows Vista with SP2 |
Minimum supported server |
Windows Server 2008 |
Header |
|