FbwfGetMemoryUsage (fbwflib)
Last changed: anonymous

.
Summary
Retrieves a FbwfMemoryUsage structure containing information about the cache memory used by FBWF.

C# Signature:

[DllImport("fbwflib.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.U4)]
static extern uint FbwfGetMemoryUsage(
     ref FbwfMemoryUsage memoryUsage);

VB Signature:

Declare Function FbwfGetMemoryUsage Lib "fbwflib.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Code is tested on Windows Embedded Standard 7 32bit.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation