Where to find API documentation: Marshalling (LocalAlloc, ...)
From: Danyel Meyer - dialog-it GmbH (info
Date: 02/19/04
- Next message: Andrew: "Msgstore.h"
- Previous message: Stephen Bye: "Re: Deploying netcf sp2 with Application Manager"
- Next in thread: Trevor: "Re: Where to find API documentation: Marshalling (LocalAlloc, ...)"
- Reply: Trevor: "Re: Where to find API documentation: Marshalling (LocalAlloc, ...)"
- Reply: Paul G. Tobey [eMVP]: "Re: Where to find API documentation: Marshalling (LocalAlloc, ...)"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 17:33:03 +0100
Hallo group!
I´m searching for documentation on memory allocation features exposed by
PocktPCs "coredll.dll".
What I am interested in is documentation for functions like "LocalAlloc",
"LocalFree" etc.
Any hints?
I´ve searched my local MSDN installation and the help files to PPC 2003 SDK,
but could not find anything on that. I´d like to understand what exactly are
the possibilities for "uFlags" in:
---8<---
<DllImport("coredll.dll", SetLastError:=True)> _
Private Shared Function LocalAlloc( _
ByVal uFlags As Int32, _
ByVal uBytes As Int32) _
As IntPtr
End Function
--->8---
Many thanks in advance,
-- Danyel Meyer ------------------------------------------- dialog-it GmbH Röllinghäuser Strasse 55a 31061 Alfeld/Leine Tel +49 (0) 5181 900 814 Fax +49 (0) 5181 900 815 E-Mail danyel.meyer <at> dialog-it.de
- Next message: Andrew: "Msgstore.h"
- Previous message: Stephen Bye: "Re: Deploying netcf sp2 with Application Manager"
- Next in thread: Trevor: "Re: Where to find API documentation: Marshalling (LocalAlloc, ...)"
- Reply: Trevor: "Re: Where to find API documentation: Marshalling (LocalAlloc, ...)"
- Reply: Paul G. Tobey [eMVP]: "Re: Where to find API documentation: Marshalling (LocalAlloc, ...)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading