Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.67 KB

nf-directmanipulation-idirectmanipulationmanager2-createbehavior.md

File metadata and controls

75 lines (60 loc) · 2.67 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:directmanipulation.IDirectManipulationManager2.CreateBehavior
IDirectManipulationManager2::CreateBehavior (directmanipulation.h)
Factory method to create a behavior.
CreateBehavior
CreateBehavior method [Direct Manipulation]
CreateBehavior method [Direct Manipulation]
IDirectManipulationManager2 interface
IDirectManipulationManager2 interface [Direct Manipulation]
CreateBehavior method
IDirectManipulationManager2.CreateBehavior
IDirectManipulationManager2::CreateBehavior
directmanipulation.idirectmanipulationmanager2_createbehavior
directmanipulation/IDirectManipulationManager2::CreateBehavior
directmanipulation\idirectmanipulationmanager2_createbehavior.htm
directmanipulation
8890E44F-595A-4116-B4A4-F10FAEE598B7
12/05/2018
CreateBehavior, CreateBehavior method [Direct Manipulation], CreateBehavior method [Direct Manipulation],IDirectManipulationManager2 interface, IDirectManipulationManager2 interface [Direct Manipulation],CreateBehavior method, IDirectManipulationManager2.CreateBehavior, IDirectManipulationManager2::CreateBehavior, directmanipulation.idirectmanipulationmanager2_createbehavior, directmanipulation/IDirectManipulationManager2::CreateBehavior
directmanipulation.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
DirectManipulation.idl
Windows
19H1
IDirectManipulationManager2::CreateBehavior
directmanipulation/IDirectManipulationManager2::CreateBehavior
c++
APIRef
kbSyntax
COM
DirectManipulation.h
IDirectManipulationManager2.CreateBehavior

IDirectManipulationManager2::CreateBehavior

-description

Factory method to create a behavior.

-parameters

-param clsid [in]

CLSID of the behavior. The CLSID specifies the type of behavior.

-param riid [in]

The IID of the behavior interface to create.

-param object [out, retval]

The new behavior object that implements the specified interface.

-returns

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IDirectManipulationManager2