Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the number of child objects in this file data object.
Syntax
HRESULT GetChildren(
[in] SIZE_T *puiChildren
);
Parameters
-
puiChildren [in]
-
Type: SIZE_T*
Address of a pointer to receive the number of child objects in this file data object.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. If the method fails, the following value will be returned: D3DXFERR_BADVALUE.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also