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

Creates a header to share handles

§Arguments

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

§Returns

The created shared handles header.

The #number next values are handles that will be shared between the two processes.

Note: Zero values will have no effect.