Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Instance_Item_Struc
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
Instance_Item_Struc STRUC
    IIS_Ptr     dd  ?
    IIS_Size    dw  ?
Instance_Item_Struc ENDS
 
The Instance_Item_Struc structure specifies the starting address and size of
a block of instance data.
 
Member    Description
────────────────────────────────────────────────────────────────────────────
 
IIS_Ptr   Points to the starting address of a block of instance data.
 
IIS_Size  Specifies the size (in bytes) of the block of instance data
          pointed to by the IIS_Ptr member.
 
See Also
 
Win386_Startup_Info_Struc