The Inbv-functions (see below) is useful for display information for
beta-testers.
But I can’t resrote screen after it (just only switch to full-screen DOS
session and back).
Can anybody help me ? Please !
Inbv* from ntoskrnl.exe:
void __stdcall InbvAcquireDisplayOwnership();
bool __stdcall InbvCheckDisplayOwnership();
bool __stdcall InbvDisplayString(const char *);
void __stdcall InbvEnableBootDriver(bool Enable = true);
bool __stdcall InbvEnableDisplayString(bool Enable = true);
void __stdcall InbvInstallDisplayStringFilter();
bool __stdcall InbvIsBootDriverInstalled();
void __stdcall InbvNotifyDisplayOwnershipLost(void *Callback);
bool __stdcall InbvResetDisplay();
void __stdcall InbvSetScrollRegion(unsigned Left, unsigned Top,
unsigned Width, unsigned Height);
void __stdcall InbvSetTextColor(DisplayTextColors Color);
void __stdcall InbvSolidColorFill(unsigned Left, unsigned Top,
unsigned Width, unsigned Height, DisplayTextColors Color);
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com