delorie.com/archives/browse.cgi | search |
At 02:12 PM 4/20/2001, Christian Lescher wrote: >I found that in windowsx.h of cygwin/gcc there are the following functions defined: > >#define GlobalAllocPtr(flags,cb) (GlobalLock(GlobalAlloc((flags),(cb)))) >#define GlobalFreePtr(lp) (GlobalUnlockPtr(lp),(BOOL)GlobalFree(GlobalPtrHandle(lp))) > >May these functions also be used for copying a string? How must they be used? (Maybe this works also for string > 64 KB?!) >Is this also a way for interworking of Borland and Visual? These aren't Cygwin functions. They are Win32 functions. You'll probably find all the information you're looking for about them if you check the MSDN for documentation on these calls. Larry Hall lhall AT rfk DOT com RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |