差異處

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

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
cpp:cpp [2017/06/14 22:34]
tony [Resource]
cpp:cpp [2023/06/25 09:48] (目前版本)
行 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]]
行 18: 行 22:
   * [[https://​github.com/​Microsoft/​Windows-driver-samples/​blob/​master/​tools/​sdv/​samples/​DV-FailDriver-WDM/​defect_toastmon.c|實作WDM PNP的參考範例]]   * [[https://​github.com/​Microsoft/​Windows-driver-samples/​blob/​master/​tools/​sdv/​samples/​DV-FailDriver-WDM/​defect_toastmon.c|實作WDM PNP的參考範例]]
   * [[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 之間的關係]]
 +  * [[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]]