OLECREATE

Values from the OLECREATE enumeration are passed as the dwFlags parameter to the OleCreateXXX functions to indicate how the creation operation should proceed.

typedef enum tagOLECREATE 
{ 
    OLECREATE_LEAVERUNNING    = 1, 
} OLECREATE; 
 

Elements

OLECREATE_LEAVERUNNING
Indicates that the newly created object should be left in the running state upon successful completion of the call.

See Also

OleCreateEx, OleCreateFromFileEx, OleCreateFromDataEx, OleCreateLinkEx, OleCreateLinkToFileEx, OleCreateLinkFromDataEx