Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Effect default parameters.
Syntax
typedef struct D3DXEFFECTDEFAULT {
LPSTR pParamName;
D3DXEFFECTDEFAULTTYPE Type;
DWORD NumBytes;
LPVOID pValue;
} D3DXEFFECTDEFAULT, *LPD3DXEFFECTDEFAULT;
Members
-
pParamName
-
Type: LPSTR
-
Parameter name.
-
Type
-
Type: D3DXEFFECTDEFAULTTYPE
-
Data type in pValue. For more information, see D3DXEFFECTDEFAULTTYPE
-
NumBytes
-
Type: DWORD
-
Size, in bytes, of the data pointed to by pValue.
-
pValue
-
Type: LPVOID
-
Pointer to the memory ___location that contains the data.
Requirements
Requirement | Value |
---|---|
Header |
|
See also