Searched refs:cjBytes (Results 1 – 3 of 3) sorted by relevance
230 IN ULONG cjBytes) in NtGdiGetRasterizerCaps() argument235 if (praststat && cjBytes) in NtGdiGetRasterizerCaps()237 if ( cjBytes >= sizeof(RASTERIZER_STATUS) ) cjBytes = sizeof(RASTERIZER_STATUS); in NtGdiGetRasterizerCaps()245 RtlCopyMemory(praststat, &rsSafe, cjBytes ); in NtGdiGetRasterizerCaps()
2088 _Out_writes_bytes_(cjBytes) LPRASTERIZER_STATUS praststat,2089 _In_ ULONG cjBytes);
3849 _Out_writes_bytes_(cjBytes) LPRASTERIZER_STATUS lpraststat,3850 _In_ UINT cjBytes);