共用方式為


ISurrogateService::ApplicationLaunch 方法 (objidl.h)

啟動應用程式。

語法

HRESULT ApplicationLaunch(
  [in] REFGUID         rguidApplID,
  [in] ApplicationType appType
);

參數

[in] rguidApplID

應用程識別碼。

[in] appType

應用程式類型,如中所述。

傳回值

如果方法成功,傳回值會S_OK。 否則,它會E_UNEXPECTED。

備註

應用程式類型是由下列列舉所定義。

typedef enum tagApplicationType { 
    ServerApplication, 
    LibraryApplication 
} ApplicationType;

規格需求

需求
最低支援的用戶端 Windows 2000 Professional [僅限傳統型應用程式]
最低支援的伺服器 Windows 2000 Server [僅限桌面應用程式]
目標平台 Windows
標頭 objidl.h

另請參閱

CoGetInterceptor

ICallFrame

ICallFrameEvents

ICallInterceptor

ICallUnmarshal

ISurrogateService