當前位置: 首頁>>代碼示例>>Python>>正文


Python ctypes模塊代碼示例

ctypes共有80個方法/函數/屬性,點擊鏈接查看相應的源代碼示例。

1. ctypes.c_int() ,673個項目使用

2. ctypes.byref() ,643個項目使用

3. ctypes.POINTER ,601個項目使用

4. ctypes.Structure() ,586個項目使用

5. ctypes.CDLL ,520個項目使用

6. ctypes.c_void_p() ,514個項目使用

7. ctypes.create_string_buffer() ,436個項目使用

8. ctypes.c_char_p() ,434個項目使用

9. ctypes.c_char() ,350個項目使用

10. ctypes.sizeof() ,339個項目使用

11. ctypes.cast() ,311個項目使用

12. ctypes.c_long() ,286個項目使用

13. ctypes.c_ulong() ,265個項目使用

14. ctypes.c_size_t() ,246個項目使用

15. ctypes.pointer() ,245個項目使用

16. ctypes.CFUNCTYPE ,229個項目使用

17. ctypes.c_uint() ,225個項目使用

18. ctypes.c_uint32() ,224個項目使用

19. ctypes.c_double() ,220個項目使用

20. ctypes.util() ,217個項目使用

21. ctypes.c_float() ,215個項目使用

22. ctypes.wintypes() ,198個項目使用

23. ctypes.WinError() ,192個項目使用

24. ctypes.WinDLL() ,182個項目使用

25. ctypes.create_unicode_buffer() ,173個項目使用

26. ctypes.string_at() ,171個項目使用

27. ctypes.c_ubyte() ,163個項目使用

28. ctypes.c_int32() ,142個項目使用

29. ctypes.c_wchar_p() ,141個項目使用

30. ctypes.c_bool() ,139個項目使用

31. ctypes.c_ushort() ,138個項目使用

32. ctypes.c_byte() ,137個項目使用

33. ctypes.c_int64() ,132個項目使用

34. ctypes.py_object() ,130個項目使用

35. ctypes.c_uint64() ,121個項目使用

36. ctypes.c_uint8() ,120個項目使用

37. ctypes.c_short() ,120個項目使用

38. ctypes.c_ulonglong() ,116個項目使用

39. ctypes.c_longlong() ,113個項目使用

40. ctypes.c_uint16() ,110個項目使用

41. ctypes.addressof() ,108個項目使用

42. ctypes.memmove() ,103個項目使用

43. ctypes.Union() ,99個項目使用

44. ctypes.WINFUNCTYPE ,99個項目使用

45. ctypes.LibraryLoader() ,94個項目使用

46. ctypes.get_errno() ,88個項目使用

47. ctypes.RTLD_GLOBAL ,69個項目使用

48. ctypes.c_wchar() ,65個項目使用

49. ctypes.cdll() ,52個項目使用

50. ctypes.windll() ,52個項目使用

51. ctypes.c_int8() ,51個項目使用

52. ctypes.c_int16() ,51個項目使用

53. ctypes.pythonapi() ,47個項目使用

54. ctypes.c_ssize_t() ,45個項目使用

55. ctypes.GetLastError() ,44個項目使用

56. ctypes.Array() ,36個項目使用

57. ctypes.FormatError() ,35個項目使用

58. ctypes.memset() ,34個項目使用

59. ctypes.ArgumentError() ,29個項目使用

60. ctypes.LittleEndianStructure() ,28個項目使用

61. ctypes._SimpleCData() ,26個項目使用

62. ctypes.__version__() ,23個項目使用

63. ctypes.BigEndianStructure() ,23個項目使用

64. ctypes.RTLD_LOCAL ,23個項目使用

65. ctypes.alignment() ,19個項目使用

66. ctypes.c_voidp() ,18個項目使用

67. ctypes._Pointer() ,17個項目使用

68. ctypes.c_buffer() ,15個項目使用

69. ctypes.wstring_at() ,14個項目使用

70. ctypes.set_errno() ,13個項目使用

71. ctypes.HRESULT ,12個項目使用

72. ctypes._pointer_type_cache() ,11個項目使用

73. ctypes._CFuncPtr() ,10個項目使用

74. ctypes.get_last_error() ,10個項目使用

75. ctypes._reset_cache() ,7個項目使用

76. ctypes.PyDLL() ,7個項目使用

77. ctypes.c_longdouble() ,6個項目使用

78. ctypes.OleDLL() ,5個項目使用

79. ctypes._win_functype_cache() ,5個項目使用

80. ctypes.set_conversion_mode() ,5個項目使用



注:本文中的示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。