Tao.Platform.Windows SDK Documentation

Wgl.wglAllocateMemoryNV Method 

[Visual Basic]
Public Shared Function wglAllocateMemoryNV( _
   ByVal size As Integer, _
   ByVal readfreq As Single, _
   ByVal writefreq As Single, _
   ByVal priority As Single _
) As IntPtr
[C#]
public static IntPtr wglAllocateMemoryNV(
   int size,
   float readfreq,
   float writefreq,
   float priority
);

See Also

Wgl Class | Tao.Platform.Windows Namespace