![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
PMIREQUEST_SETMODE - Syntax
Description:
PMIREQUEST_SETMODE sets requested video mode through the passed mode ID.
#include <svgadefs.h>
PVIDEO_ADAPTER pAdapter; /* Pointer to a VIDEO_ADAPTER data structure. */
ULONG ulFunction; /* Set equal to PMIREQUEST_SETMODE. */
PVOID pIn; /* Pointer to mode ID from the VIDEOMODEINFO data structure. */
PVOID pOut; /* Pointer to the SetMode hardware command list. */
APIRET rc; /* Return codes. */
rc = VIDEOPMI32Request(pAdapter, ulFunction,
pIn, pOut);
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs