Scroll to navigation

GetModuleHandleW(3w) Wine API GetModuleHandleW(3w)

NAME

GetModuleHandleW (KERNEL32.@)

SYNOPSIS

HMODULE GetModuleHandleW
(
LPCWSTR module
)
 

DESCRIPTION

See GetModuleHandleA(3w).
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/module.c".
Debug channel "module".
Oct 2012 Wine API