NAME

DllCanUnloadNow  (MAPI32.28)

SYNOPSIS

 HRESULT DllCanUnloadNow
 (
 )

DESCRIPTION

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

PARAMS

None.

RETURNS

S_OK, if the dll can be unloaded, S_FALSE, otherwise.

IMPLEMENTATION

Declared in "objbase.h". https://source.winehq.org/source/include/objbase.h

Implemented in "dlls/mapi32/mapi32_main.c". https://source.winehq.org/source/dlls/mapi32/mapi32_main.c

Debug channel "mapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.