- Update user connect structure.

svn path=/trunk/; revision=36977
This commit is contained in:
James Tabor
2008-10-26 00:50:16 +00:00
parent 1937a19400
commit 861ffcb4ce
+4 -4
View File
@@ -433,10 +433,10 @@ typedef struct _SHAREDINFO
typedef struct _USERCONNECT
{
DWORD Unknown0;
DWORD Unknown1;
DWORD Unknown2;
SHAREDINFO ShareInfo;
ULONG ulVersion;
ULONG ulCurrentVersion;
DWORD dwDispatchCount;
SHAREDINFO siClient;
} USERCONNECT, *PUSERCONNECT;
//