Méthode IApplicationDesignModeSettings2 ::SetAdjacentDisplayEdges (shobjidl_core.h)
Définit si la fenêtre d’application sera adjacente au bord de l’affichage émulé.
Syntaxe
HRESULT SetAdjacentDisplayEdges(
[in] ADJACENT_DISPLAY_EDGES adjacentDisplayEdges
);
Paramètres
[in] adjacentDisplayEdges
Type : ADJACENT_DISPLAY_EDGES
Bord qui doit être adjacent.
ADE_NONE (0x0)
La veuve ne sera pas adjacente à l’un ou l’autre des bords.
ADE_LEFT (0x1)
le bord gauche de la fenêtre sera adjacent.
ADE_RIGHT (0x2)
Le bord droit de la fenêtre sera adjacent.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8.1 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl_core.h (inclure Shobjidl.h) |
Bibliothèque | Twinapi.lib |
DLL | Twinapi.dll |