NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

NativeOverlapped.reservedClasslib

Reserved for Class Library data.

[Visual Basic]
Public reservedClasslib As GCHandle
[C#]
public GCHandle reservedClasslib;
[C++]
public: GCHandle reservedClasslib;
[JScript]
public var reservedClasslib : GCHandle;

Remarks

COR manages this field.

See Also

NativeOverlapped Structure | NativeOverlapped Members | System.Threading Namespace