Searched defs:vboxVidPnQueryPinnedSourceMode (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.cpp435 NTSTATUS vboxVidPnQueryPinnedSourceMode(D3DKMDT_HVIDPN hVidPn, const DXGK_VIDPN_INTERFACE* pVidPnInterface, function
747 Status = vboxVidPnQueryPinnedSourceMode(hVidPn, pVidPnInterface, VidPnSourceId, &pinnedSize);
750 WARN(("vboxVidPnQueryPinnedSourceMode failed %#x", Status));
889 NTSTATUS Status = vboxVidPnQueryPinnedSourceMode(hVidPn, pVidPnInterface, VidPnSourceId, &pinnedSize);
892 WARN(("vboxVidPnQueryPinnedSourceMode failed %#x", Status));
995 Status = vboxVidPnQueryPinnedSourceMode(hVidPn, pVidPnInterface, VidPnSourceId, &pinnedSize);
998 WARN(("vboxVidPnQueryPinnedSourceMode failed %#x", Status));
1677 Status = vboxVidPnQueryPinnedSourceMode(hVidPn, pVidPnInterface, VidPnSourceId, &SourceSize);
1680 WARN(("vboxVidPnQueryPinnedSourceMode failed %#x", Status));

Completed in 54 milliseconds