Microsoft DirectX 9.0 |
The DoSetWindowForeground method brings the window to the foreground.
Syntax
void DoSetWindowForeground(
BOOL bFocus
);
Parameters
bFocus
Boolean value that specifies whether to give the window focus. If the value is TRUE, the window gains focus.
See Also