TS_SESSION_VIRTUAL_ADDRESS - NtDoc

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

// rev
typedef struct _TS_SESSION_VIRTUAL_ADDRESS
{
  USHORT AddressFamily;
  USHORT AddressLength;
  BYTE Address[20];
} TS_SESSION_VIRTUAL_ADDRESS, *PTS_SESSION_VIRTUAL_ADDRESS;

#endif

View code on GitHub

No description available.