OEMTTYGetInfo - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// printoem.h

INT OEMTTYGetInfo(
        PDEVOBJ pdevobj,
        DWORD   dwInfoIndex,
  [out] PVOID   pOutputBuf,
        DWORD   dwSize,
  [out] DWORD   *pcbcNeeded
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-printoem-oemttygetinfo)

Description

Describes the OEMTTYGetInfo function.

Parameters

pdevobj

Defines the PDEVOBJ parameter pdevobj.

dwInfoIndex

Defines the DWORD parameter dwInfoIndex.

pOutputBuf [out]

Defines the PVOID parameter pOutputBuf.

dwSize

Defines the DWORD parameter dwSize.

pcbcNeeded [out]

Defines the DWORD parameter pcbcNeeded.

Return value

Returns an INT value.