DllCanUnloadNow(3w)
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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/oleaut.c".
- Debug channel "ole".