GpiSetBitmapOwner
Appearance
This is an undocumented function.
Syntax
rc = GpiSetBitmapOwner( hps, hbmp, pid)
Parameters
- hps (HPS) - input
- The handle to the presentation space.
- hbmp (HBITMAP) - input
- The handle to the bitmap being transferred.
- pid (PID) - input
- The identifier for the new owner (usually a process ID or a system handle).
Returns
- rc (BOOL) - returns
- Success indicator.
- TRUE
- Successful completion, if the ownership was successfully transferred.
- FALSE
- Error occurred.