Docs.rs
  • winapi-comm-0.1.0
    • winapi-comm 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • editso
    • Dependencies
    • Versions
    • 24% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

winapi_comm0.1.0

Crate Items

  • Constants
  • Functions
  • Type Aliases

List of all items

Functions

  • FreeLibrary
  • GetLastError
  • GetModuleHandleA
  • GetProcAddress
  • LoadLibraryA
  • VirtualAlloc
  • VirtualAllocEx
  • VirtualFree
  • VirtualFreeEx

Type Aliases

  • BOOL
  • BYTE
  • CHAR
  • DWORD
  • HANDLE
  • HMODULE
  • LONG
  • LPCSTR
  • LPVOID
  • SIZE_T
  • ULONGLONG
  • WORD

Constants

  • AllocationType::MEM_COMMIT
  • AllocationType::MEM_LARGE_PAGES
  • AllocationType::MEM_PHYSICAL
  • AllocationType::MEM_RESERVE
  • AllocationType::MEM_RESET
  • AllocationType::MEM_RESET_UNDO
  • AllocationType::MEM_TOP_DOWN
  • AllocationType::MEM_WRITE_WATCH
  • FreeType::MEM_COALESCE_PLACEHOLDERS
  • FreeType::MEM_DECOMMIT
  • FreeType::MEM_PRESERVE_PLACEHOLDER
  • FreeType::MEM_RELEASE
  • Protect::PAGE_EXECUTE
  • Protect::PAGE_EXECUTE_READ
  • Protect::PAGE_EXECUTE_READWRITE
  • Protect::PAGE_EXECUTE_WRITECOPY
  • Protect::PAGE_GUARD
  • Protect::PAGE_NOACCESS
  • Protect::PAGE_NOCACHE
  • Protect::PAGE_READONLY
  • Protect::PAGE_READWRITE
  • Protect::PAGE_TARGETS_INVALID
  • Protect::PAGE_TARGETS_NO_UPDATE
  • Protect::PAGE_WRITECOMBINE
  • Protect::PAGE_WRITECOPY