FlsAlloc (kernel32)
Last changed: -5.133.47.197

.
Summary
TODO - a short description

C# Signature:

[DllImport("kernel32.dll", SetLastError=true)]
static extern IntPtr FlsAlloc(IntPtr callback);

VB Signature:

Declare Function FlsAlloc Lib "KERNEL32" (ByVal lpCallback As LongPtr) As LongPtr

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
FlsAlloc on MSDN