Desktop Functions: Smart Device Functions:
|
Search Results for "NetApiBufferAllocate" in [All]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); netapi32 |