GetDllStatus

This function gets DLL status.

Syntax

DWORD GetDllStatus();

Parameters

Return Values

The return value is the one of following error codes.

define value description
OLS_DLL_NO_ERROR
0
No error
OLS_DLL_UNSUPPORTED_PLATFORM
1
Unsupported Platform
OLS_DLL_DRIVER_NOT_LOADED
2
Driver not loaded
OLS_DLL_DRIVER_NOT_FOUND
3
Driver not found
OLS_DLL_DRIVER_UNLOADED
4
Driver unloaded by other process
OLS_DLL_DRIVER_NOT_LOADED_ON_NETWORK
5
Driver not loaded because of executing on Network Drive (1.0.8 or later)
OLS_DLL_UNKNOWN_ERROR
9
Unknown error

Remarks

 

Requirements