18.File-Mapping in IPC - WIndows System Programming in C/C++

Опубликовано: 25 Май 2026
на канале: ASystemProgramming Channel
12,704
147

In This Video Tutorials
I have explained How to Use the FIle-Mapping Object in IPC Mechanism.
FIle- Mapping is similar to shared memory in Linux IPC.

I have used Following API
1. CreateFIleMapping
2. MapViewOfFile
3. UnMapViewOfFile
4.CopyMemory
5. OpenMapViewOfFile
6. CloseHandle

Below is the link
1.CreateFileMapping - https://msdn.microsoft.com/en-us/libr...
2.MapViewOfFile - https://msdn.microsoft.com/en-us/libr...
3. UnMapViewOfFile - https://msdn.microsoft.com/en-us/libr...
4. CopyMemory - https://msdn.microsoft.com/en-us/libr...
5.OpenFIleMapping - https://msdn.microsoft.com/en-us/libr...
6.CloseHandle - https://msdn.microsoft.com/en-us/libr...

All the References have taken from msdn

Thanks for Watching this Video
Please do hit,comment,share and subscribe this Channel.