Scroll to navigation

CloseHandle(3w) Wine API CloseHandle(3w)

NAME

CloseHandle (KERNEL32.@)

SYNOPSIS

BOOL CloseHandle
(
HANDLE handle
)
 

DESCRIPTION

Closes a handle.
 

PARAMS

handle [In] Handle to close.
 

RETURNS

Success: TRUE.
Failure: FALSE, check GetLastError(3w).
 

IMPLEMENTATION

Declared in "icmpapi.h".
Implemented in "dlls/kernel32/process.c".
Debug channel "process".
Oct 2012 Wine API