COMInitialize

DFCOM Subroutine: Initializes the COM library.

Modules: USE DFCOM

Syntax

CALL COMInitialize (status)

status
The status of the operation. It can be any status returned by OleInitialize. Must be of type INTEGER(4).

You must use this routine to initialize the COM library before calling any other COM or AUTO routine.

See Also:

OleInitialize in the Win32 SDK