VirtualBox Main API
Public Member Functions | Public Attributes | List of all members
IDisplaySourceBitmap Interface Reference
Inheritance diagram for IDisplaySourceBitmap:

Public Member Functions

void queryBitmapInfo (out octetPtr address, out unsigned long width, out unsigned long height, out unsigned long bitsPerPixel, out unsigned long bytesPerLine, out BitmapFormat bitmapFormat)
 Information about the screen bitmap.
 

Public Attributes

readonly attribute unsigned long screenId
 

Member Function Documentation

◆ queryBitmapInfo()

void IDisplaySourceBitmap::queryBitmapInfo ( out octetPtr  address,
out unsigned long  width,
out unsigned long  height,
out unsigned long  bitsPerPixel,
out unsigned long  bytesPerLine,
out BitmapFormat  bitmapFormat 
)

Information about the screen bitmap.

Warning
This method is non-scriptable. In particular, this also means that an attempt to call it from a process other than the process that has created and owns the object will most likely fail or crash your application.

Member Data Documentation

◆ screenId

readonly attribute unsigned long IDisplaySourceBitmap::screenId