Scroll to navigation

GlobalDOSFree16(3w) Wine API GlobalDOSFree16(3w)

NAME

GlobalDOSFree16 (KRNL386.185)

SYNOPSIS

WORD GlobalDOSFree16
(
WORD sel
)
 

PARAMS

[In] Selector.
 

DESCRIPTION

Free memory allocated with GlobalDOSAlloc.
 

RETURNS

NULL: Success
sel: Failure
 

IMPLEMENTATION

Declared in "wine/winbase16.h".
Implemented in "dlls/krnl386.exe16/global.c".
Debug channel "global".
Oct 2012 Wine API