Added file headers and updated the readpassword utility functionality

This commit is contained in:
Jissin Mathew
2026-06-11 18:02:09 +05:30
parent dc5da0a7b7
commit 0bef16e82c
19 changed files with 127 additions and 10 deletions
@@ -1,3 +1,13 @@
/*
File: MappingInfo.h
Description: Defines the MappingInfo structure used for
managing Windows file mapping operations.
Stores handles, mapped view pointer,
file metadata, and capacity information.
Author: Trenser
Created: 10-June-2026
*/
#pragma once
#include <windows.h>
#include <string>