![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
VIDEOPMI32Request - Syntax
Description:
VIDEOPMI32Request is the single, exported entry point from VIDEOPMI.DLL.
The various PMI services are accessed through different function numbers
passed in the parameters.
#include <svgadefs.h>
PVIDEO_ADAPTER pAdapter; /* Pointer to the current VIDEO_ADAPTER data structure. */
ULONG ulFunction; /* Set to appropriate PMIREQUEST_ function. */
PVOID pIn; /* Pointer to applicable data structure. */
PVOID pOut; /* Pointer to applicable data structure. */
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