VCSaveDrawingView


Version:

2.0.4

Description:

Establishes whether or not subsequent drawing saves will retain all MDI view information.

Declaration:

 

C/C++

extern "C" void WINAPI VCSaveDrawingView(short* iError, vbool tfSaveView);

Delphi

procedure VCSaveDrawingView(var iError: Smallint; tfSaveView: Wordbool); stdcall;

ActiveX/COM

Sub SaveDrawingView(ByVal tfSaveView As Integer)

Parameters:

tfSaveView -
0: No MDI view will be saved
1: MDI views will be saved

Notes:

This function by itself will not save any information. It needs to used in conjunction with other save functions.

See Also:

VCSaveDrawing