Desktop Functions: Smart Device Functions:
|
Search Results for "NetApiBufferAllocate" in [All]netapi32
static extern int NetApiBufferAllocate(int ByteCount, IntPtr Buffer);
Declare Function NetApiBufferAllocate Lib "netapi32.dll" (TODO) As TODO dhcpsapi
Private Declare Function NetApiBufferAllocate Lib "NETAPI32.DLL" (ByVal ByteCount As Integer, ByRef Buffer As Integer) As Integer
NetApiBufferAllocate(StructSize, bufptr)
public extern static int NetApiBufferAllocate(int ByteCount,ref int Buffer);
public extern static int NetApiBufferAllocate(int ByteCount,ref int Buffer);
NetApiBufferAllocate(StructSize,ref bufptr); |