pub unsafe extern "C" fn rpsCmdGetArgResourceDesc(
    pContext: *const RpsCmdCallbackContext,
    argIndex: RpsParamId,
    pResourceDesc: *mut RpsResourceDesc
) -> RpsResult
Expand description

Gets the resource description from a node argument.

@param pContext Pointer to the current command callback context. Must not be NULL. @param argIndex Index of the parameter in the current command node callback. @param pResourceDesc Pointer in which the resource description is returned. Must not be NULL.

@returns Result code of the operation. See RpsResult for more info.