DllCanUnloadNow.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

DllCanUnloadNow (OLEAUT32.@)

SYNOPSIS

HRESULT DllCanUnloadNow
 (
 )

DESCRIPTION

Determine if this dll can be unloaded from the callers address space.

PARAMS

None.

RETURNS

Always returns S_FALSE. This dll cannot be unloaded.

IMPLEMENTATION

Defined in "objbase.h".

Implemented in "dlls/oleaut32/oleaut.c".

Debug channel "ole".