Expand Minimize
0 out of 1 rated this helpful - Rate this topic

CWinApp::SetAppID

Explicitly sets Application User Model ID for the application. This method should be called before any user interface is presented to the user (the best place is the application constructor).

void SetAppID(
   LPCTSTR lpcszAppID
);
lpcszAppID

Specifies the Application User Model ID.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.