blob: ab137faf2798c85bdd671311cc4e75dba2801ec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* IPSec policy agent (Win2k) */
[
uuid("d335b8f6-cb31-11d0-b0f9-006097ba4e54"),
version(1.5),
pointer_default(unique),
helpstring("IPSec Policy Agent")
] interface policyagent
{
/*****************/
/* Function 0x00 */
[todo] WERROR policyagent_Dummy();
}
|