Поделиться через


CWinApp::RunEmbedded

Call this function to determine whether the "/Embedding" or "-Embedding" option is present, which indicates whether the server application was launched by a client application.

BOOL RunEmbedded( );

Возвращаемое значение

Nonzero if the option was found; otherwise 0.

Заметки

If present, the option is removed from the command line. For more information on embedding, see the article Servers: Implementing a Server.

Требования

Header: afxwin.h

См. также

Основные понятия

CWinApp Class

CWinApp Members

Hierarchy Chart

CWinApp::RunAutomated