%VM_ONLY%
Captures a screen area of a remote virtual machine desktop in PNG format, scales is down to the specified size, and puts it into a buffer which is then returned to the client.
PRL_HANDLE PrlVm_CaptureScreen( PRL_HANDLE hVm, PRL_UINT32 nWidth, PRL_UINT32 nHeight, PRL_UINT32 nFlags );
PrlApiVm.h
A handle of type PHT_JOB containing the results of this asynchronous operation or PRL_INVALID_HANDLE if there's not enough memory to instantiate the job object.
For local connections, the capture works almost instantly. For remote connections, the data must be transferred over network to the client machine, so it may take some time.