nx.js
Enumerations

SfOutHandleAttr

How an output handle in an IPC reply is attributed to the client.

Enumeration Members

Enumeration MemberValueDescription
HipcCopy1Output handle is a copy (server keeps its own reference).
HipcMove2Output handle is moved (transferred to client; server loses its reference).
None0No output handle.

On this page