Skip to content

Latest commit

 

History

History
91 lines (66 loc) · 2.39 KB

nf-ktmw32-openresourcemanager.md

File metadata and controls

91 lines (66 loc) · 2.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ktmw32.OpenResourceManager
OpenResourceManager function (ktmw32.h)
Opens an existing resource manager (RM).
OpenResourceManager
OpenResourceManager function [Files]
fs.openresourcemanager
ktmw32/OpenResourceManager
fs\openresourcemanager.htm
fs
396b586f-c594-4481-b095-862e9058519c
12/05/2018
OpenResourceManager, OpenResourceManager function [Files], fs.openresourcemanager, ktmw32/OpenResourceManager
ktmw32.h
Windows
Windows Vista
Windows Server 2008
Ktmw32.lib
Ktmw32.dll
Windows
19H1
OpenResourceManager
ktmw32/OpenResourceManager
c++
APIRef
kbSyntax
DllExport
Ktmw32.dll
OpenResourceManager

OpenResourceManager function

-description

Opens an existing resource manager (RM).

-parameters

-param dwDesiredAccess [in]

The access requested for the RM. See Resource Manager Access Masks for a list of valid values.

-param TmHandle [in]

A handle to the transaction manager.

-param ResourceManagerId [in]

The identifier for this resource manager.

-returns

If the function succeeds, the return value is a handle to the resource manager.

If the function fails, the return value is INVALID_HANDLE_VALUE. To get extended error information, call the GetLastError function.

The following list identifies the possible error codes:

-remarks

Immediately after calling this function, you must call RecoverResourceManager.

-see-also

CreateResourceManager

Kernel Transaction Manager Functions

Resource Manager Access Masks