﻿Server: Created shared memory.
Server: Mapped shared memory. address=0x00090000
Server: Send shared memory handle. handle=0x00000074
Client: Receieved handle. handle=0x00000074
Client: Attached shared memory handle.
Client: Mapped shared memory. address=0x000a0000
------------------------------------------
This is a shared memory sample program.
This message is sent via shared memory.
------------------------------------------
Client: Unmapped shared memory.
Client: Destroyed shared memory.
