// printoem.h DWORD OEMCommand( PDEVOBJ pdevobj, DWORD dwIndex, [in] PVOID pData, DWORD cbSize );View the official Windows Driver Kit DDI reference
No description available.
Describes the OEMCommand function.
pdevobj
Defines the PDEVOBJ parameter pdevobj.
dwIndex
Defines the DWORD parameter dwIndex.
pData
Defines the PVOID parameter pData.
cbSize
Defines the DWORD parameter cbSi**ze.
Returns a DWORD value.
View the official Windows Driver Kit DDI reference