VC++學習6:進程通信

一 剪貼板
1 函數接口

// 打開剪貼板
BOOL OpenClipboard(
  HWND hWndNewOwner
); 
// 清空剪貼板
BOOL EmptyClipboard(void);
// 分配內存對象
int GlobalAlloc(int flags, int size);
// 加鎖內存對象
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章