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

Go to the source code of this file.

Data Structures

struct  IInstalledTitleListAccessorInternalVTable
 
struct  IInstalledTitleListAccessorInternal
 
class  IInstalledTitleListAccessorBase
 
class  InstalledTitleListAccessorFromPtr
 

Namespaces

 nn
 
 nn::sl
 
 nn::sl::details
 

Typedefs

typedef nn::Result(* IInstalledTitleListAccessor_GetFn) (IInstalledTitleListAccessorInternal *, nn::sl::TitleInfo *outTitleInfos, int *outTitleInfosSize, int maxTitleInfos)
 
typedef struct nn::sl::details::IInstalledTitleListAccessorInternal IInstalledTitleListAccessorInternal
 

Data Structure Documentation

◆ nn::sl::details::IInstalledTitleListAccessorInternalVTable

struct nn::sl::details::IInstalledTitleListAccessorInternalVTable

Definition at line 17 of file IInstalledTitleListAccessorDetails.h.

Data Fields
IInstalledTitleListAccessorBase * instance
uint32_t info
uint32_t destructor
IInstalledTitleListAccessor_GetFn GetFn

◆ nn::sl::details::IInstalledTitleListAccessorInternal

struct nn::sl::details::IInstalledTitleListAccessorInternal

Definition at line 29 of file IInstalledTitleListAccessorDetails.h.

Data Fields
IInstalledTitleListAccessorInternalVTable * vtable