Programming Guide |
Returns the initial state of an application
#include <smmwuser.h>int sm_mw_get_cmd_show(void);
Windows
SW_SHOW
,SW_MAXIMIZE
,SW_MINIMIZE
sm_mw_get_cmd_show
gets the initial state of a Windows application. Use this function to get the nCmdShow parameter of WinMain. This function returns the application's initial state.