Metodo ID3DXBaseEffect::GetFunctionDesc
Ottiene una descrizione della funzione.
Sintassi
HRESULT GetFunctionDesc(
[in] D3DXHANDLE hFunction,
[out] D3DXFUNCTION_DESC *pDesc
);
Parametri
-
hFunction [in]
-
Tipo: D3DXHANDLE
Handle di funzione. Vedere Handle (Direct3D 9).
-
pDesc [out]
-
Tipo: D3DXFUNCTION_DESC*
Restituisce una descrizione della funzione. Vedere D3DXFUNCTION_DESC.
Valore restituito
Tipo: HRESULT
Se il metodo ha esito positivo, il valore restituito viene S_OK. Se il metodo ha esito negativo, il valore restituito può essere D3DERR_INVALIDCALL.
Requisiti
Requisito | Valore |
---|---|
Intestazione |
|
Libreria |
|
Vedi anche