SECFullScreenView::SetFSMode
Invokes the full screen mode with the specified styles.
Defined in: FSView.cpp
Syntax
SetFSMode(DWORD dwStyle)
SetFSMode(DWORD dwStyle, UINT nResTBarID)
SetFSMode(DWORD dwStyle, LPCTSTR lpszTBarTxt)
Return Value
Returns TRUE on success; otherwise FALSE.
Parameters
dwStyle
Specifies the style attributes to set.
nResTBarID
Resource ID for the toolbar bitmap.
lpszTBarTxt
Specifies the toolbar label.
See Also
CloseFSMode