Tao.Platform.Windows SDK Documentation

Wgl.wglShareLists Method 

[Visual Basic]
Public Shared Function wglShareLists( _
   ByVal hrcSrvShare As IntPtr, _
   ByVal hrcSrvSource As IntPtr _
) As Boolean
[C#]
public static bool wglShareLists(
   IntPtr hrcSrvShare,
   IntPtr hrcSrvSource
);

See Also

Wgl Class | Tao.Platform.Windows Namespace