[StructLayout(LayoutKind.Sequential)]
public struct FbwfMemoryUsage
{
[MarshalAs(UnmanagedType.U4)]
public int CurrentCacheThreshold;
[MarshalAs(UnmanagedType.U4)]
public int NextCacheThreshold;
[MarshalAs(UnmanagedType.U4)]
public int DirStructure;
[MarshalAs(UnmanagedType.U4)]
public int FileData;
}
Declare Function FbwfMemoryUsage Lib "fbwflib.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!