Enumerations
SfOutHandleAttr
How an output handle in an IPC reply is attributed to the client.
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
HipcCopy | 1 | Output handle is a copy (server keeps its own reference). |
HipcMove | 2 | Output handle is moved (transferred to client; server loses its reference). |
None | 0 | No output handle. |