Desktop Functions: Smart Device Functions:
|
NetApiBufferFree (netapi32)
C# Signature:
[DllImport("Netapi32.dll", SetLastError=true)] VB .NET Signature:
Declare Function NetApiBufferFree Lib "netapi32.dll" (Buffer as IntPtr) As Integer User-Defined Types:None. Notes:[2004-05-20, Nicholas Paldino] There is no indication that the NetApiBufferFree function sets the last error code, so SetLastError attribute should not be set (this removes extra calls in the interop layer to store the last error code). Also, the CharSet property on the attribute need not be applied either, as there is only one version of this function. Tips & Tricks:Please add some! Sample Code:Please add some! Alternative Managed API:TODO Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|