table of contents
other versions
- wheezy 1.4.1-4
DllCanUnloadNow(3w) | Wine API | 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¶
Declared in "objbase.h". Implemented in "dlls/oleaut32/oleaut.c". Debug channel "ole".Oct 2012 | Wine API |