table of contents
other versions
- wheezy 1.4.1-4
MyFree(3w) | Wine API | MyFree(3w) |
NAME¶
MyFree (SETUPAPI.@)SYNOPSIS¶
VOID MyFree(
LPVOID lpMem
)
DESCRIPTION¶
Frees an allocated memory block from the process heap.PARAMS¶
lpMem [In] pointer to memory block which will be freed.RETURNS¶
NoneIMPLEMENTATION¶
Declared in "setupapi.h". Implemented in "dlls/setupapi/misc.c". Debug channel "setupapi".Oct 2012 | Wine API |