[WIN32SS] Add PDEVOBJ_vEnableDisplay and PDEVOBJ_bDisplayDisplay

Use them where appropriate.
This commit is contained in:
Hervé Poussineau 2022-01-09 11:33:38 +01:00 committed by hpoussin
parent 34085be22d
commit c5fb89dced
2 changed files with 50 additions and 6 deletions

View file

@ -219,4 +219,12 @@ PDEVOBJ_bDynamicModeChange(
_Inout_ PPDEVOBJ ppdev,
_Inout_ PPDEVOBJ ppdev2);
VOID
PDEVOBJ_vEnableDisplay(
_Inout_ PPDEVOBJ ppdev);
BOOL
PDEVOBJ_bDisableDisplay(
_Inout_ PPDEVOBJ ppdev);
#endif /* !__WIN32K_PDEVOBJ_H */