Home
last modified time | relevance | path

Searched defs:nBytes (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/lib/atl/
H A Datlalloc.h127 bool AllocateBytes(_In_ size_t nBytes) in AllocateBytes()
134 bool ReallocateBytes(_In_ size_t nBytes) in ReallocateBytes()
H A Datlbase.h1304 LONG SetValue(LPCTSTR pszValueName, DWORD dwType, const void* pValue, ULONG nBytes) noexcept in SetValue()
1344 LONG SetBinaryValue(LPCTSTR pszValueName, const void* pValue, ULONG nBytes) noexcept in SetBinaryValue()
/reactos/win32ss/gdi/gdi32/misc/
H A Dwingl.c132 UINT nBytes, in DescribePixelFormat()
/reactos/sdk/include/psdk/
H A Dgdiplusmetaheader.h30 DWORD nBytes; member
H A Dwingdi.h2326 DWORD nBytes; member
/reactos/dll/opengl/opengl32/
H A Dwgl.c556 UINT nBytes, in wglDescribeLayerPlane()
/reactos/dll/win32/riched20/
H A Dwriter.c872 int fit, nBytes, i; in ME_StreamOutRTFText() local