PFND3DDDI_QUERYDLISTFORAPPLICATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

PFND3DDDI_QUERYDLISTFORAPPLICATION Pfnd3dddiQuerydlistforapplication;

HRESULT Pfnd3dddiQuerydlistforapplication(
  [out] BOOL *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_querydlistforapplication)

PFND3DDDI_QUERYDLISTFORAPPLICATION callback function

Description

The PFND3DDDI_QUERYDLISTFORAPPLICATION callback function queries a DList for an application.

Parameters

unnamedParam1 [out]

Indicates whether or not there is an application in the DList.

Return value

Returns HRESULT.

Prototype

//Declaration

PFND3DDDI_QUERYDLISTFORAPPLICATION Pfnd3dddiQuerydlistforapplication;

// Definition

HRESULT Pfnd3dddiQuerydlistforapplication
(
    BOOL *
)
{...}