Home
last modified time | relevance | path

Searched refs:returnedSize (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileLink.cpp453 DWORD returnedSize; in GetReparseData() local
454 if (!file.DeviceIoControlOut(my_FSCTL_GET_REPARSE_POINT, buf, kBufSize, &returnedSize)) in GetReparseData()
456 reparseData.CopyFrom(buf, returnedSize); in GetReparseData()
484 DWORD returnedSize; in OutIoReparseData() local
485 return file.DeviceIoControl(controlCode, data, size, NULL, 0, &returnedSize); in OutIoReparseData()
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h11442 /* [out] */ long *returnedSize) = 0;
11509 /* [out] */ long *returnedSize);
11558 …ckLinkEncoderConfiguration_v10_5_GetDecoderConfigurationInfo(This,buffer,bufferSize,returnedSize) \ argument
11559 ( (This)->lpVtbl -> GetDecoderConfigurationInfo(This,buffer,bufferSize,returnedSize) )