Jump to content

WpAllocMem: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 September 2025

  • curprev 19:0519:05, 1 September 2025 Martini talk contribs 2,205 bytes +2,205 Created page with "{{DISPLAYTITLE:wpAllocMem}} This instance method is called to allocate memory for use by an object. ==Syntax== _wpAllocMem(somSelf, cbBytes, prc) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''cbBytes'' (ULONG) - in/out :Specifies the size, in bytes, of memory required. ;''prc'' (PULONG) - in/out :Pointer to error code. ::NULL: If an error occurs, the..."