Searched refs:pbMaskBuffer (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/windowscodecs/ |
H A D | info.c | 1404 UINT uiChannelIndex, UINT cbMaskBuffer, BYTE *pbMaskBuffer, UINT *pcbActual) in PixelFormatInfo_GetChannelMask() argument 1414 TRACE("(%p,%u,%u,%p,%p)\n", iface, uiChannelIndex, cbMaskBuffer, pbMaskBuffer, pcbActual); in PixelFormatInfo_GetChannelMask() 1430 …W(This->classkey, channelmasks_keyname, valuename, RRF_RT_REG_BINARY, NULL, pbMaskBuffer, &cbData); in PixelFormatInfo_GetChannelMask()
|
/reactos/sdk/include/psdk/ |
H A D | wincodec.idl | 579 [in, out, unique, size_is(cbMaskBuffer)] BYTE *pbMaskBuffer,
|