Scroll to navigation

ILGlobalFree(3w) Wine API ILGlobalFree(3w)

NAME

ILGlobalFree (SHELL32.156)

SYNOPSIS

void ILGlobalFree
(
LPITEMIDLIST pidl
)
 

DESCRIPTION

Frees memory (if not NULL) allocated by Alloc allocator.
 

PARAMS

pidl [In] .
 

RETURNS

Nothing.
 

NOTES

exported by ordinal.
 

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.
Implemented in "dlls/shell32/pidl.c".
Debug channel "pidl".
Oct 2012 Wine API