DELTA_INPUT (Structures)
Last changed: anonymous

.
Summary
TODO - a short description

C# Definition:

    [StructLayout(LayoutKind.Sequential)]
    struct DELTA_INPUT
    {
        IntPtr lpStart;
        /** Size of memory block in bytes. */
        IntPtr uSize;
        /** TRUE if caller allows msdelta to edit this memory block, FALSE otherwise. */
        int bEditable;
    }

VB Definition:

Structure DELTA_INPUT
   Public TODO
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation