AFD_RIO_BUF - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTAFD_H

// private
typedef struct _AFD_RIO_BUF
{
    ULONG BufferId;
    ULONG Offset;
    ULONG Length;
} AFD_RIO_BUF, *PAFD_RIO_BUF;

#endif

View code on GitHub

NtDoc

No description available.