#ifndef _WINSTA_H typedef struct _NETWORKCONFIG { LONG LanAdapter; DEVICENAME NetworkName; ULONG Flags; } NETWORKCONFIG, *PNETWORKCONFIG; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.