|
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
DestroyInkset, INTERVAL
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|