GpiSetRegionOwner
Appearance
This is an undocumented function.
Syntax
GpiSetRegionOwner( hps, hrgn, ulong)
Parameters
- hps (HPS) - input
- The handle to the presentation space.
- hrgn (HRGN) - input
- The handle to the region whose ownership is being changed.
- ulong (ULONG) - input
- A value (likely a process ID or a handle) representing the new owner of the region.
Returns
- rc (BOOL) - returns
- Success indicator.
- TRUE
- Successful completion
- FALSE
- Error occurred.