差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
cpp:cpp [2017/08/19 23:33]
127.0.0.1 外部編輯
cpp:cpp [2019/06/21 23:19]
tony [Resource]
行 2: 行 2:
 ===== Introduction ===== ===== Introduction =====
 分享與C相關的技術問題解決方案。 分享與C相關的技術問題解決方案。
 +===== Sub-Category =====
 +    * [[CPP:​DLL|Dynamic-link Library]]
 +    * [[CPP:​WINAPI|WINAPI]]
 +    * [[CPP:​Mixed|Miscellaneous]]
 ===== Resource =====  ===== Resource ===== 
   * [[http://​www.arm9.net/​download-linux-examples.asp|友善之臂 - linux examples]]   * [[http://​www.arm9.net/​download-linux-examples.asp|友善之臂 - linux examples]]
行 19: 行 23:
   * [[http://​pollos-blog.blogspot.tw/​2007/​09/​windows-driver-programming7.html|Relationship between IRP and IO_STACK_LOCATION]]   * [[http://​pollos-blog.blogspot.tw/​2007/​09/​windows-driver-programming7.html|Relationship between IRP and IO_STACK_LOCATION]]
   * [[http://​debut.cis.nctu.edu.tw/​~ching/​Course/​Device_Driver_Development_Course/​pages/​01_Kernal_Mode_Driver_Framework/​Device_Object%20_And_Driver.html|Device and Driver 之間的關係]]   * [[http://​debut.cis.nctu.edu.tw/​~ching/​Course/​Device_Driver_Development_Course/​pages/​01_Kernal_Mode_Driver_Framework/​Device_Object%20_And_Driver.html|Device and Driver 之間的關係]]
 +  * [[https://​docs.microsoft.com/​en-us/​windows-hardware/​drivers/​ifs/​applying-security-descriptors-on-the-device-object|Applying Security Descriptors on the Device Object]]
 ===== Compile Issues ===== ===== Compile Issues =====
   * [[http://​stackoverflow.com/​questions/​9182763/​implicit-function-declarations-in-c|implicit-function-declarations error]]   * [[http://​stackoverflow.com/​questions/​9182763/​implicit-function-declarations-in-c|implicit-function-declarations error]]