XMVectorGetIntWPtr

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.

Syntax

void XMVectorGetIntWPtr(
         uint32_t *w,
         XMVECTOR V
)  

Parameters

w
Type: uint32_t *

[out]

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

V
Type: XMVECTOR 

[in]

A valid 4D vector storing integer data.

Return value

None.

Requirements

Header: Declared in directxmath.h.