Searched defs:ipcClientHandle (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/
H A DipcModule.h49 typedef class ipcClient *ipcClientHandle; typedef in typeref:class:ipcClient
95 void (* handleMsg) (ipcClientHandle client,
103 void (* clientUp) (ipcClientHandle client);
108 void (* clientDown) (ipcClientHandle client);
123 typedef PRBool (* ipcClientEnumFunc) (void *closure, ipcClientHandle client, PRUint32 clientID);
124 typedef PRBool (* ipcClientNameEnumFunc) (void *closure, ipcClientHandle client, const char *name);
125 typedef PRBool (* ipcClientTargetEnumFunc) (void *closure, ipcClientHandle client, const nsID &target);
148 PRStatus (* dispatchMsg) (ipcClientHandle client,
169 PRStatus (* sendMsg) (ipcClientHandle client,
178 ipcClientHandle (* getClientByI
[all...]

Completed in 56 milliseconds