CreateInkset
2.0
Creates an
empty inkset.
HINKSET CreateInkset( UINT gmemFlags )
Parameters
gmemFlags
Flag that
specifies whether or not the Windows GlobalAlloc function should create a
shared memory object when the inkset object is created. This flag should be
either 0 or GMEM_DDESHARE. The GMEM_MOVEABLE and GMEM_ZEROINIT flags are added
to this value, and other GMEM_ flags are ignored.
Return Value
Returns a
handle to an inkset if successful; otherwise, the return value is NULL.
See Also