![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
PMIREQUEST_QUERYMAXTRAPENTRIES - Syntax
Description:
PMIREQUEST_QUERYMAXTRAPENTRIES returns the maximum number of traplist
entries in the [TRAPREGS] section of the .PMI file.
#include <svgadefs.h>
PVIDEO_ADAPTER pAdapter; /* Pointer to a VIDEO_ADAPTER data structure. */
ULONG ulFunction; /* Set equal to PMIREQUEST_QUERYMAXTRAPENTRIES. */
PVOID pIn; /* NULL. */
PVOID pOut; /* Pointer to a ULONG. */
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