1. NdrComplexStructBufferSize function (Windows)

    msdn.microsoft.com › Developer Notes › Networking

    The NdrComplexStructBufferSize function calculates the required buffer size, in bytes, to marshal the complex structure.

    • Syntax

      RPCRTAPI void RPC_ENTRY NdrComplexStructBufferSize(
        _Inout_ PMIDL_STUB_MESSAGE pStubMsg,
        _In_ unsigned char *pMemory,
        _In_ PFORMAT_STRING pFormat
      );
      Was this helpful?Thanks! Give more feedback
  2. NdrSimpleStructBufferSize function (Windows)

    msdn.microsoft.com › Developer Notes › Networking

    The NdrSimpleStructBufferSize function calculates the required buffer size, in bytes, to marshal the simple structure.

  3. service - Windows crash in ChangeServiceConfig2 - …

    https://stackoverflow.com/.../windows-crash-in-changeserviceconfig2

    Windows crash in ChangeServiceConfig2. Ask Question. ... rpcrt4.dll!NdrComplexStructBufferSize() rpcrt4.dll!NdrClientCall2() rpcrt4.dll!_NdrClientCall4()

  4. libfreerdp-core: start implementation of …

    https://github.com/FreeRDP/FreeRDP/commit/8a877a83627f9a60d118b...

    void NdrComplexStructBufferSize (PMIDL_STUB_MESSAGE pStubMsg, unsigned char * pMemory, PFORMAT_STRING pFormat) ...

  5. ReactOS: _MIDL_STUB_MESSAGE Struct Reference

    https://doxygen.reactos.org/db/d60/struct__MIDL__STUB__MESSAGE.html

    Collaboration diagram for _MIDL_STUB_MESSAGE: Public ... Buffer unsigned char * ... struct NDR_ALLOC_ALL_NODES_CONTEXT * ...

  6. c++ - How to receive dynamic length data from a …

    https://stackoverflow.com/questions/1181816

    How to receive dynamic length data from a ... memcpy tries to copy a message greater then the size of your struct. ... buffer.size() - sizeof ...

  7. Win32 Functions N - Al's Programming Resource

    www.alsprogrammingresource.com/win32_functions_n.html

    Win32 Functions beginning with N. Function: Library: NdrAllocate rpcrt4 NdrByteCountPointerBufferSize rpcrt4 ... NdrComplexStructBufferSize rpcrt4 ...

  8. Windows 8 DLL File Information - rpcrt4.dll

    www.nirsoft.net/dll_information/windows8/rpcrt4_dll.html

    This means that when rpcrt4.dll is loaded, the above files are automatically loaded too. ... NdrComplexStructBufferSize; NdrComplexStructFree: NdrComplexStructMarshall;

  9. Wine API: rpcrt4.dll

    https://source.winehq.org/WineAPI/rpcrt4.html

    NdrComplexStructBufferSize (not documented) NdrComplexStructFree (not documented) NdrComplexStructMarshall (not documented) NdrComplexStructMemorySize (not documented)

  10. APIs present on all Windows 10 devices (grouped by …

    https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis

    This topic lists the Win32 APIs that are part of the Universal Windows Platform (UWP) and that are implemented by all Windows 10 devices.