摘要: 1 #include <Windows.h> 2 #include <stdio.h> 3 struct tagCONTAINING_RECORD 4 { 5 int a; 6 char b; 7 int c; 8 int d; 9 }; 10 // 使用 CONTAINING_RECORD 11 void test(char* cb) 12 { 13 tagCONTAINING_RECORD * 阅读全文
posted @ 2019-08-15 19:06 leochan007 阅读(206) 评论(0) 推荐(0) 编辑