en:docs:fapi:viogetconfig

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:docs:fapi:viogetconfig [2021/09/19 05:20] prokusheven:docs:fapi:viogetconfig [2021/09/19 05:21] (current) prokushev
Line 5: Line 5:
 This call returns the video display configuration. This call returns the video display configuration.
  
-====== Syntax ======+===== Syntax =====
 <code c> <code c>
  VioGetConfig (ConfigID, ConfigData, VioHandle)  VioGetConfig (ConfigID, ConfigData, VioHandle)
 </code> </code>
-====== Parameters ======+===== Parameters =====
  
   * ConfigID ([[USHORT]]) - input: Identifies for which display configuration information is being requested:   * ConfigID ([[USHORT]]) - input: Identifies for which display configuration information is being requested:
Line 21: Line 21:
   * VioHandle ([[HVIO]]) - input : This must be zero unless the caller is a Presentation Manager application, in which case it must be the value returned by VioGetPs.   * VioHandle ([[HVIO]]) - input : This must be zero unless the caller is a Presentation Manager application, in which case it must be the value returned by VioGetPs.
  
-====== Return Code ======+===== Return Code =====
  
 rc ([[USHORT]]) - return rc ([[USHORT]]) - return
Line 33: Line 33:
   *465 ERROR_VIO_DETACHED   *465 ERROR_VIO_DETACHED
  
-====== Remarks ======+===== Remarks =====
  
 The values returned may not be correct if the adapter cannot be properly identified by the Base Video Handler (BVH) selected at system installation time. It can also be incorrect if the physical setup does not match that indicated by the presence of the adapter or by adapter switches. For example, it is impossible to detect the absence of a display on a CGA or the display attached to an EGA, despite the setup switches. The values returned may not be correct if the adapter cannot be properly identified by the Base Video Handler (BVH) selected at system installation time. It can also be incorrect if the physical setup does not match that indicated by the presence of the adapter or by adapter switches. For example, it is impossible to detect the absence of a display on a CGA or the display attached to an EGA, despite the setup switches.
  
-====== Bindings ======+===== Bindings =====
  
-===== C =====+==== C ====
  
 <code c> <code c>