![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
PMIREQUEST_IDENTIFYADAPTER - Syntax
Description:
PMIREQUEST_IDENTIFYADAPTER executes the [IdentifyAdapter] section in the
specified .PMI file.
#include <svgadefs.h>
PVIDEO_ADAPTER pAdapter; /* Pointer to a VIDEO_ADAPTER data structure. */
ULONG ulFunction; /* Set equal to PMIREQUEST_IDENTIFYADAPTER. */
PVOID pIn; /* Pointer to the ASCII string of the .PMI file. */
PVOID pOut; /* NULL. */
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