Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the specified DLL is in use by the COM+ catalog or the registry.
Syntax
HRESULT IsSafeToDelete(
[in] BSTR bstrDllName,
[out, retval] COMAdminInUse *pCOMAdminInUse
);
Parameters
[in] bstrDllName
The full path to the DLL to be tested.
[out, retval] pCOMAdminInUse
Indicates the DLL usage. This parameter can be one of the following values.
Return value
This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | comadmin.h |