Skip to content

Which of the following are the api interfaces required in c++ projects? Are there corresponding documents or cases? #5681

@1511563371

Description

@1511563371
XX@mint:~/msquic/install$ tree -L 3
.
├── include
│   ├── msquic_fuzz.h
│   ├── msquic.h
│   ├── msquichelper.h
│   ├── msquic.hpp
│   ├── msquicp.h
│   ├── msquic_posix.h
│   ├── msquic_winkernel.h
│   ├── msquic_winuser.h
│   ├── quic_cert.h
│   ├── quic_crypt.h
│   ├── quic_datapath.h
│   ├── quic_driver_helpers.h
│   ├── quic_hashtable.h
│   ├── quic_pcp.h
│   ├── quic_platform.h
│   ├── quic_platform_posix.h
│   ├── quic_platform_winkernel.h
│   ├── quic_platform_winuser.h
│   ├── quic_sal_stub.h
│   ├── quic_storage.h
│   ├── quic_tls.h
│   ├── quic_toeplitz.h
│   ├── quic_trace.h
│   ├── quic_trace_manifested_etw.h
│   ├── quic_var_int.h
│   └── quic_versions.h
├── lib
│   ├── libmsquic_platform.a
│   ├── libmsquic.so -> libmsquic.so.2
│   ├── libmsquic.so.2 -> libmsquic.so.2.5.5
│   └── libmsquic.so.2.5.5
└── share
    └── msquic
        ├── msquic.cmake
        ├── msquic-config.cmake
        └── msquic-release.cmake

5 directories, 33 files

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions