Where to find API documentation: Marshalling (LocalAlloc, ...)

From: Danyel Meyer - dialog-it GmbH (info)
Date: 02/19/04


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


Relevant Pages

  • Where to find API documentation: Marshalling (LocalAlloc, ...)
    ... I´m searching for documentation on memory allocation features exposed by ... What I am interested in is documentation for functions like "LocalAlloc", ... Private Shared Function LocalAlloc(_ ... ByVal uFlags As Int32, _ ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: references to OTHER objects
    ... perldoc search engine is because everyone has a 'best' way of searching ... for the documentation. ... Horror of horrors, if you used a browser such as Firefox, ...
    (comp.lang.perl.misc)
  • Python and SSL
    ... I developed an ftp-server library and now I would like to add support ... Currenlty I'm searching for documentation about this subject and I ... even if documentation reports that it does not do any certificate ...
    (comp.lang.python)
  • Re: SWX Documentation-Matt Lombard Nails It
    ... the lack of documentation on the software that we ... We have 15 seats of SWX plus a few seats of Cosmos ... Solidworks Bible from Matt. ... Searching an electronic version is way faster, ...
    (comp.cad.solidworks)
  • Re: Python Documentation (should be better?)
    ... Robert Kern wrote: ... which is pretty much just documentation. ... > Searching on www.python.org trolls through the entire www.python.org ... Ivan Van Laningham ...
    (comp.lang.python)

Loading