Home -> ModuleHandleWin32 -> Create

Description

The Create method creates an owning wrapper around a Win32 HMODULE.

Usage

static IModuleHandle::unique_ptr Create(HMODULE moduleHandle);

Argument list

moduleHandle [HMODULE]
The Win32 module handle to own.

Return value

[IModuleHandle]
A new ModuleHandleWin32 object returned through IModuleHandle::unique_ptr.

See also