OLESaveToFileΒΆ

OLESaveToFile saves one OLE object in a file.

bool = OLESaveToFile(hOle, ssFileName)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hOle

hOle is the handle of the OLE object

ssFileName

ssFileName is a filename.

Comment

The saved OLE object can be loaded into a document page with the function LayerCreateMetaFromFile.

id-1238622