D3DXEFFECTDEFAULT
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXEFFECTDEFAULT Structure


Effect default parameters.

Syntax

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

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


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.