IXtfApplicationClient::Snap Method

Puts the app with the specified AUMID into snap mode.

Syntax

public:
HRESULT Snap(
         LPCWSTR pszAumidOrCommand
)  

Parameters

pszAumidOrCommand
Type: LPCWSTR 

Pointer to a string that contains the AUMID of the app to snap and any command-line arguments, delimited by spaces; for example, “myAumid arg1 arg2 arg3”.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtfapplication.h.

Library: Use xtfapplication.lib.

See also

Overview

Graphics Overviews

Reference

IXtfApplicationClient Interface

IXtfApplicationClient Members

XtfApplication