LoadLibrary

 

Description

Loads the specified module into the address space of the calling process.

Syntax

HMODULE LoadLibrary( LPCTSTR lpFileName )

Parameters

lpFileName
[input] The name of the module.

Return

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

If the function fails, the return value is NULL.

Examples

Remark

See Also

FreeLibrary

header to Included

origin.h

Reference