Scroll to navigation

RtlIsValidHandle(3w) Wine API RtlIsValidHandle(3w)

NAME

RtlIsValidHandle (NTDLL.@)

SYNOPSIS

BOOLEAN RtlIsValidHandle
(
const RTL_HANDLE_TABLE* HandleTable,
const RTL_HANDLE* Handle
)
 

DESCRIPTION

Determines whether a handle is valid or not.
 

PARAMS

HandleTable [In] The handle table.
Handle [In] The handle to be tested.
 

RETURNS

Valid: TRUE.
Invalid: FALSE.
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/handletable.c".
Debug channel "ntdll".
Oct 2012 Wine API