[][src]Function pspsdk_sys::sdk::sceKernelGetUIDcontrolBlockWithType

pub unsafe extern "C" fn sceKernelGetUIDcontrolBlockWithType(
    uid: SceUID,
    type_: *mut uidControlBlock,
    block: *mut *mut uidControlBlock
) -> c_int

Get a UID control block on a particular type

@param uid - The UID to find @param type - Pointer to the type UID block @param block - Pointer to hold the pointer to the block

@return 0 on success