14 lines
246 B
Plaintext
14 lines
246 B
Plaintext
|
[ strict_context_handle, implicit_handle( handle_t IcaApi_IfHandle ) ]
|
||
|
|
||
|
interface IcaApi
|
||
|
{
|
||
|
|
||
|
typedef [context_handle_noserialize] SERVER_HANDLE;
|
||
|
|
||
|
[notify_flag] RpcWinStationGetAllProcesses_NT6();
|
||
|
|
||
|
[notify_flag] RpcWinStationGetAllProcesses();
|
||
|
|
||
|
}
|
||
|
|