OLESavePictureΒΆ
OLESavePicture saves one OLE object in a file.
- bool = OLESavePicture(hOle, ssFileName, bPreferBitmap)
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.
- bPreferBitmap
bPreferBitmap.
See also
id-1619232