DoxigAlpha

GetModuleFileNameW

Function parameters

Parameters

#
hModule:?HMODULE
lpFilename:[*]WCHAR

Functions in this namespace

Functions

#

Source

Implementation

#
pub extern "kernel32" fn GetModuleFileNameW(
    hModule: ?HMODULE,
    lpFilename: [*]WCHAR,
    nSize: DWORD,
) callconv(.winapi) DWORD