Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
813 B

[ implicit_handle( handle_t winipsec_bhandle ),
strict_context_handle ]
interface winipsec
{
typedef [allocate(all_nodes)] PIPSEC_MM_POLICY;
typedef [allocate(all_nodes)] PIPSEC_MM_OFFER;
typedef [allocate(all_nodes)] PMM_AUTH_METHODS;
typedef [allocate(all_nodes)] PIPSEC_MM_AUTH_INFO;
typedef [allocate(all_nodes)] PIPSEC_QM_POLICY;
typedef [allocate(all_nodes)] PIPSEC_QM_OFFER;
typedef [allocate(all_nodes)] PMM_FILTER;
typedef [allocate(all_nodes)] PTRANSPORT_FILTER;
typedef [allocate(all_nodes)] PTUNNEL_FILTER;
typedef [allocate(all_nodes)] PIPSEC_MM_SA;
typedef [allocate(all_nodes)] PIPSEC_BYTE_BLOB;
typedef [allocate(all_nodes)] PIPSEC_STATISTICS;
typedef [allocate(all_nodes)] PIPSEC_QM_SA;
typedef [allocate(all_nodes)] PIPSEC_QM_FILTER;
typedef [allocate(all_nodes)] PIPSEC_INTERFACE_INFO;
}