ID3DX10DataProcessor::Process method
Process some data.
Syntax
HRESULT Process(
[in] void *pData,
[in] SIZE_T cBytes
);
Parameters
-
pData [in]
-
Type: void*
Pointer to the data to be processed.
-
cBytes [in]
-
Type: SIZE_T
Size of the data to be processed.
Return value
Type: HRESULT
The return value is one of the values listed in Direct3D 10 Return Codes.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also