pub unsafe extern "C" fn IPC_Desc_MoveHandles(number: c_uint) -> u32_
Expand description

Creates the header to transfer handle ownership

§Arguments

  • number - The number of handles following this header. Max 64.

§Returns

The created handle transfer header.

The #number next values are handles that will be duplicated and closed by the other process.

Note: Zero values will have no effect.