wut  v1.7.0
Wii U Toolchain
Data Structures | Namespaces | Typedefs
ITransferrerDetails.h File Reference
#include <nn/result.h>
#include <nn/sl/sl_cpp.h>
#include <wut.h>
Include dependency graph for ITransferrerDetails.h:
This graph shows which files directly or indirectly include this file:

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
 

Data Structure Documentation

◆ nn::sl::details::ITransferrerInternalVTable

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

◆ nn::sl::details::ITransferrerInternal

struct nn::sl::details::ITransferrerInternal

Definition at line 45 of file ITransferrerDetails.h.

Data Fields
ITransferrerInternalVTable * vtable