Home -> PlatformBindings -> ModuleHandleWin32

Declaration

class ModuleHandleWin32 : public IModuleHandle;

Description

The ModuleHandleWin32 class is an IModuleHandle implementation.

Availability: Windows. This type is used when COBALT_RENDERER_WIN32_SUPPORT is enabled and the implementation is compiled on Windows.

Members

Initialization methods

Name Description
Public member Create
Creates a module handle object.
Public member Clone
Creates another owning handle to the same module.
Public member Delete
Deletes the module handle object.

See also