IPC_TIL structure

Contains a list of template information in the form of IPC_TEMPLATE_INFO structures, returned by a call to IpcGetTemplateList.

Syntax

typedef struct _IPC_TIL {
  DWORD             cTi;
  IPC_TEMPLATE_INFO aTi[ANYSIZE_ARRAY];
} IPC_TIL, *PIPC_TIL;typedef const IPC_TIL *PCIPC_TIL;

Members

cTi

The number of IPC_TEMPLATE_INFO structures in the list.

aTi

An array of IPC_TEMPLATE_INFO structures.

Requirements

Minimum supported client
Windows Vista with SP2
Minimum supported server
Windows Server 2008
Header
Ipcprot.h (include Msipc.h)

See also

IpcGetTemplateList

IPC_TEMPLATE_INFO