Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 2.36 KB

nf-directxmath-xmvectorgetintwptr.md

File metadata and controls

78 lines (63 loc) · 2.36 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:directxmath.XMVectorGetIntWPtr
XMVectorGetIntWPtr function (directxmath.h)
Retrieves the w component of an XMVECTOR Data Type containing integer data, and stores that component's value in an instance of uint32_t referred to by a pointer.
Use DirectX..XMVectorGetIntWPtr
XMVectorGetIntWPtr
XMVectorGetIntWPtr method [DirectX Math Support APIs]
dxmath.xmvectorgetintwptr
dxmath\xmvectorgetintwptr.htm
dxmath
M:Microsoft.directx_sdk.accessors.XMVectorGetIntWPtr(uint32_t@,XMVECTOR)
12/05/2018
Use DirectX..XMVectorGetIntWPtr, XMVectorGetIntWPtr, XMVectorGetIntWPtr method [DirectX Math Support APIs], dxmath.xmvectorgetintwptr
directxmath.h
DirectXMath.h
Windows
Use DirectX.
Windows
19H1
XMVectorGetIntWPtr
directxmath/XMVectorGetIntWPtr
c++
APIRef
kbSyntax
COM
directxmathvector.inl
XMVectorGetIntWPtr

XMVectorGetIntWPtr function

-description

Retrieves the w component of an XMVECTOR Data Type containing integer data, and stores that component's value in an instance of uint32_t referred to by a pointer.

-parameters

-param w [out]

Pointer to a uint32_t that will receive the value of the w element of the XMVECTOR Data Type object V.

-param V

A valid 4D vector storing integer data.

-returns

None.

-remarks

Platform Requirements

Microsoft Visual Studio 2010 or Microsoft Visual Studio 2012 with the Windows SDK for Windows 8. Supported for Win32 desktop apps, Windows Store apps, and Windows Phone 8 apps.

-see-also

DirectXMath Library Vector Accessor Functions