NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
file_mapper::map_info结构体 参考

映射状态快照 更多...

#include <file_mapper.hpp>

Public 属性

void * address = nullptr
 映射起始地址
size_type size = 0
 映射大小(字节)
size_type offset = 0
 映射起始偏移
file_access access = file_access::READ
 访问权限
bool is_mapped = false
 是否已映射

详细描述

映射状态快照

提供当前映射状态的完整信息,用于调试和状态查询。

在文件 file_mapper.hpp61 行定义.


该结构体的文档由以下文件生成: