wut
v1.7.0
Wii U Toolchain
|
Go to the source code of this file.
Data Structures | |
struct | ITransferrerInternalVTable |
struct | ITransferrerInternal |
class | ITransferrerBase |
class | TransferrerFromPtr |
Namespaces | |
nn | |
nn::sl | |
nn::sl::details | |
Typedefs | |
typedef nn::Result(* | ITransferrer_TransferDeprecatedFn) (ITransferrerInternal *, void *, uint32_t, bool, int) |
typedef nn::Result(* | ITransferrer_TransferFn) (ITransferrerInternal *, void *, uint32_t, bool, TransferMode) |
typedef nn::Result(* | ITransferrer_CancelTransferFn) (ITransferrerInternal *) |
typedef nn::Result(* | ITransferrer_InvalidateNotificationFn) (ITransferrerInternal *, uint32_t) |
typedef nn::Result(* | ITransferrer_DisplayNotificationFn) (ITransferrerInternal *, uint32_t, uint32_t, uint32_t) |
typedef struct nn::sl::details::ITransferrerInternal | ITransferrerInternal |
struct nn::sl::details::ITransferrerInternalVTable |
Definition at line 21 of file ITransferrerDetails.h.
Data Fields | ||
---|---|---|
ITransferrerBase * | instance | |
uint32_t | info | |
uint32_t | destructor | |
ITransferrer_TransferDeprecatedFn | TransferDeprecatedFn | |
ITransferrer_TransferFn | TransferFn | |
ITransferrer_CancelTransferFn | CancelTransferFn | |
ITransferrer_InvalidateNotificationFn | InvalidateNotificationFn | |
ITransferrer_DisplayNotificationFn | DisplayNotificationFn |
struct nn::sl::details::ITransferrerInternal |
Definition at line 45 of file ITransferrerDetails.h.
Data Fields | ||
---|---|---|
ITransferrerInternalVTable * | vtable |