DWCGdbBinaryData

Definition


#include <dwc.h>

typedef struct DWCGdbBinaryData {
    u8 * data;
    s32 size;
} DWCGdbBinaryData;

Description

data Data content. This region is deallocated when the process exits from the callback.
size Data size.

Revision History


CONFIDENTIAL