BCGControlBar Pro for MFC
virtual BOOL CBCGPWorkspace::ReloadWindowPlacement ( CFrameWnd *  pFrame)
protectedvirtual

Reloads window size and position from the registry

Returns
Nonzero if the window state and position was successfully loaded from the registry; it's 0 if load failed (or there is no data to load).

Use this method to load window size and position from the registry. Usually, you should call the method for the main frame or any other window whose state was saved using StoreWindowPlacement().

Parameters
pFramePoints to main frame whose placement is reloaded.