Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
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