InitializeOls

This function initializes the DLL.

Syntax

BOOL InitializeOls();

Parameters

Return Values

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE.

Remarks

This function must be called before using any other function in the DLL.

Requirements