pub unsafe extern "C" fn OH_ArkUI_XComponent_IsInitialized(
node: ArkUI_NodeHandle,
isInitialized: *mut bool,
) -> i32Available on crate feature
api-19 only.Expand description
Obtains whether the XComponent node has initalized or not.
§Arguments
-
node- Indicates the pointer to the XComponent node. -
isInitialized- Indicates whether the XComponent node has initalized.
§Returns
- Returns the status code of the execution.
[
ARKUI_ERROR_CODE_NO_ERROR] the execution is successful. [ARKUI_ERROR_CODE_PARAM_INVALID] if the node is invalid.
Available since API-level: 19