1. NdrConformantStringBufferSize function (Windows)

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa374220...

    The NdrConformantStringBufferSize function calculates the size of the buffer, in bytes, needed to marshal the conformant string.

    • Syntax

      void RPC_ENTRY NdrConformantStringBufferSize(
        _Inout_ PMIDL_STUB_MESSAGE pStubMsg,
        _In_ unsigned char *pMemory,
        _In_ PFORMAT_STRING pFormat
      );
      Was this helpful?Thanks! Give more feedback
  2. https://msdn.microsoft.com/fr-fr/library/windows/desktop/mt186422...

    This topic lists the Dlls available for use in a Universal Windows Platform (UWP) app.

  3. NdrConformantStringUnmarshall function (Windows)

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa374225...

    The NdrConformantStringUnmarshall function unmarshals the conformant string from the network buffer to memory.

  4. https://msdn.microsoft.com/fr-fr/library/windows/desktop/dn505783...

    API Sets available in Windows 8 and Windows Server 2012.

  5. DCE 1.1: Remote Procedure Call - Transfer Syntax NDR

    pubs.opengroup.org/onlinepubs/9629399/chap14.htm

    Transfer Syntax NDR ... If the string element size is ... is included in the representation of the string. NDR represents a conformant and varying string as an ...

  6. Win32 Functions N - Al's Programming Resource

    www.alsprogrammingresource.com/win32_functions_n.html

    Win32 Functions beginning with N. Function: Library: NdrAllocate rpcrt4 ... NdrConformantStringMemorySize rpcrt4 NdrConformantStringUnmarshall rpcrt4

  7. c++ - How can I pass a variable-length string from an

    https://stackoverflow.com/questions/10267050

    How can I pass a variable-length string from an RPC ... That requires me to properly size the string on the ... I could allocate a very large amount of memory, ...

  8. 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.

  9. Windows XP DLL File Information - rpcrt4.dll

    xpdll.nirsoft.net/rpcrt4_dll.html

    NdrConformantStringMemorySize; NdrConformantStringUnmarshall: NdrConformantStructBufferSize; NdrConformantStructFree: NdrConformantStructMarshall ...

  10. Wine API: rpcrt4.dll

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

    NdrConformantStringMemorySize (not documented) NdrConformantStringUnmarshall (not documented) NdrConformantStructBufferSize (not documented)