en:docs:dpmi:api:int2f:16:86

Differences

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

Link to this comparison view

Next revision
Previous revision
en:docs:dpmi:api:int2f:16:86 [2021/08/13 13:44] – created prokusheven:docs:dpmi:api:int2f:16:86 [2023/03/25 10:37] (current) prokushev
Line 25: Line 25:
 ===== Notes ===== ===== Notes =====
  
- Some environments support programs or libraries that can execute in either real or protected mode (bimodal code). This function is supplied so that such programs can detect at run time whether they are running in protected mode and make use of system facilities accordingly.+Some environments support programs or libraries that can execute in either real or protected mode (bimodal code). This function is supplied so that such programs can detect at run time whether they are running in protected mode and make use of system facilities accordingly.
 This function should not be used to determine if a DPMI host is present. A client should make sure that DPMI services are available before calling this function; otherwise, the results returned by the function may not be valid. This function should not be used to determine if a DPMI host is present. A client should make sure that DPMI services are available before calling this function; otherwise, the results returned by the function may not be valid.
  
Line 37: Line 37:
 Text based on [[http://www.delorie.com/djgpp/doc/dpmi/]] Text based on [[http://www.delorie.com/djgpp/doc/dpmi/]]
  
 +{{page>en:templates:dpmi:int}}