Exemplo n.º 1
0
 internal static extern int SetTimePeriod(SafeFilterHandle filter, NativeTimePeriodType timePeriod);
Exemplo n.º 2
0
 internal static extern int SetInterfaceType(SafeFilterHandle filter, NetworkInterface ifaceType);
Exemplo n.º 3
0
 internal static extern int SetTimeInterval(SafeFilterHandle filter, Int32 from, Int32 to);
Exemplo n.º 4
0
 internal static extern int SetAppId(SafeFilterHandle filter, string appId);
Exemplo n.º 5
0
 internal static extern int Create(SafeStcHandle stc, out SafeFilterHandle filter);
Exemplo n.º 6
0
 internal static extern int GetAllStats(SafeStcHandle stc, SafeFilterHandle filter, GetAllStatsFinishedCallback infoCb, IntPtr userData);