?/TD>
Microsoft DirectX 9.0

D3DXEFFECTDEFAULT Structure


Effect default parameters.

Syntax

typedef struct _D3DXEFFECTDEFAULT {
    LPSTR pParamName;
    D3DXEFFECTDEFAULTTYPE Type;
    DWORD NumBytes;
    LPVOID pValue;
} D3DXEFFECTDEFAULT;

Members

pParamName
Parameter name.
Type
Data type in pValue. For more information, see D3DXEFFECTDEFAULTTYPE
NumBytes
Size, in bytes, of the data pointed to by pValue.
pValue
Pointer to the memory location that contains the data.

Structure Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.