Scroll to navigation

NtMakeTemporaryObject(3w) Wine API NtMakeTemporaryObject(3w)

NAME

NtMakeTemporaryObject (NTDLL.@)

SYNOPSIS

NTSTATUS NtMakeTemporaryObject
(
HANDLE Handle
)
 

DESCRIPTION

Make a permanent object temporary.
 

PARAMS

Handle [In] handle to permanent object.
 

RETURNS

Success: STATUS_SUCCESS.
Failure: An NTSTATUS error code.
 

IMPLEMENTATION

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