René's URL Explorer Experiment


Title: ctypes --- 用於 Python 的外部函式庫 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
ctypes --- 用於 Python 的外部函式庫https://python.github.io/python-docs-zh-tw/library/ctypes.html
ctypes 教學https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-tutorial
Loading dynamic link librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#loading-dynamic-link-libraries
Accessing functions from loaded dllshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#accessing-functions-from-loaded-dlls
呼叫函式https://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions
Fundamental data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#fundamental-data-types
Calling functions, continuedhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions-continued
Calling variadic functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-variadic-functions
Calling functions with your own custom data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions-with-your-own-custom-data-types
Specifying the required argument types (function prototypes)https://python.github.io/python-docs-zh-tw/library/ctypes.html#specifying-the-required-argument-types-function-prototypes
Return typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#return-types
Passing pointers (or: passing parameters by reference)https://python.github.io/python-docs-zh-tw/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference
Structures and unionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structures-and-unions
Structure/union layout, alignment and byte orderhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structure-union-layout-alignment-and-byte-order
Bit fields in structures and unionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#bit-fields-in-structures-and-unions
Arrayshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#arrays
指標https://python.github.io/python-docs-zh-tw/library/ctypes.html#pointers
Thread safety without the GILhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#thread-safety-without-the-gil
Type conversionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#type-conversions
Incomplete Typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#incomplete-types
回呼函式https://python.github.io/python-docs-zh-tw/library/ctypes.html#callback-functions
Accessing values exported from dllshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#accessing-values-exported-from-dlls
Surpriseshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#surprises
Variable-sized data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#variable-sized-data-types
ctypes referencehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-reference
Finding shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#finding-shared-libraries
Listing loaded shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#listing-loaded-shared-libraries
Loading shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#loading-shared-libraries
Foreign functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#foreign-functions
Function prototypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#function-prototypes
Utility functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#utility-functions
Data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#data-types
Fundamental data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-fundamental-data-types-2
Structured data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structured-data-types
Arrays and pointershttps://python.github.io/python-docs-zh-tw/library/ctypes.html#arrays-and-pointers
Exceptionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#exceptions
errno --- 標準 errno 系統符號https://python.github.io/python-docs-zh-tw/library/errno.html
命令列介面函式庫https://python.github.io/python-docs-zh-tw/library/cmdlinelibs.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/ctypes.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/cmdlinelibs.html
上一頁https://python.github.io/python-docs-zh-tw/library/errno.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
通用作業系統服務https://python.github.io/python-docs-zh-tw/library/allos.html
ctypes --- 用於 Python 的外部函式庫https://python.github.io/python-docs-zh-tw/library/ctypes.html
https://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
Lib/ctypeshttps://github.com/python/cpython/tree/3.14/Lib/ctypes
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
optional modulehttps://python.github.io/python-docs-zh-tw/glossary.html#term-optional-module
可選模組的需求https://python.github.io/python-docs-zh-tw/using/configure.html#optional-module-requirements
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-tutorial
doctesthttps://python.github.io/python-docs-zh-tw/library/doctest.html#module-doctest
c_inthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
c_longhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_long
c_longhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_long
c_inthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
https://python.github.io/python-docs-zh-tw/library/ctypes.html#loading-dynamic-link-libraries
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
WindowsErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#WindowsError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
LoadLibrary()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LibraryLoader.LoadLibrary
https://python.github.io/python-docs-zh-tw/library/ctypes.html#accessing-functions-from-loaded-dlls
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
https://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
faulthandlerhttps://python.github.io/python-docs-zh-tw/library/faulthandler.html#module-faulthandler
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#fundamental-data-types
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
c_boolhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_bool
c_charhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char
c_wcharhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_wchar
c_bytehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_byte
c_ubytehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ubyte
c_shorthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_short
c_ushorthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ushort
c_inthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
c_int8https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int8
c_int16https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int16
c_int32https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int32
c_int64https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int64
c_uinthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint
c_uint8https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint8
c_uint16https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint16
c_uint32https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint32
c_uint64https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint64
c_longhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_long
c_ulonghttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ulong
c_longlonghttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_longlong
c_ulonglonghttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ulonglong
c_size_thttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_size_t
c_ssize_thttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ssize_t
Py_ssize_thttps://python.github.io/python-docs-zh-tw/c-api/intro.html#c.Py_ssize_t
c_time_thttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_time_t
c_floathttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_float
c_doublehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_double
c_longdoublehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_longdouble
c_char_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char_p
c_wchar_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_wchar_p
c_void_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_void_p
c_float_complexhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_float_complex
c_double_complexhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_double_complex
c_longdouble_complexhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_longdouble_complex
c_char_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char_p
c_wchar_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_wchar_p
c_void_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_void_p
create_string_buffer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.create_string_buffer
create_string_buffer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.create_string_buffer
create_unicode_buffer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.create_unicode_buffer
https://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions-continued
sys.stdouthttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdout
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-variadic-functions
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions-with-your-own-custom-data-types
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
propertyhttps://python.github.io/python-docs-zh-tw/library/functions.html#property
https://python.github.io/python-docs-zh-tw/library/ctypes.html#specifying-the-required-argument-types-function-prototypes
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
from_param()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_param
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
from_param()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_param
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#return-types
restypehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.restype
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
ord("x")https://python.github.io/python-docs-zh-tw/library/functions.html#ord
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
restypehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.restype
GetLastError()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.GetLastError
errcheckhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.errcheck
https://python.github.io/python-docs-zh-tw/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
byref()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.byref
pointer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.pointer
pointer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.pointer
byref()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.byref
https://python.github.io/python-docs-zh-tw/library/ctypes.html#structures-and-unions
Structurehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure
Unionhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Union
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
c_inthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
descriptorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
CFieldhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#structure-union-layout-alignment-and-byte-order
_layout_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._layout_
_pack_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._pack_
_align_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._align_
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
BigEndianStructurehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.BigEndianStructure
LittleEndianStructurehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LittleEndianStructure
BigEndianUnionhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.BigEndianUnion
LittleEndianUnionhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LittleEndianUnion
https://python.github.io/python-docs-zh-tw/library/ctypes.html#bit-fields-in-structures-and-unions
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
_layout_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._layout_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#arrays
https://python.github.io/python-docs-zh-tw/library/ctypes.html#pointers
pointer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.pointer
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
contentshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._Pointer.contents
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
c_inthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
pointer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.pointer
POINTER()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.POINTER
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#thread-safety-without-the-gil
GILhttps://python.github.io/python-docs-zh-tw/glossary.html#term-GIL
free threadedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-free-threading
threading.Lockhttps://python.github.io/python-docs-zh-tw/library/threading.html#threading.Lock
https://python.github.io/python-docs-zh-tw/library/ctypes.html#type-conversions
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
byref()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.byref
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
cast()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.cast
c_inthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
cast()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.cast
cast()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.cast
cast()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.cast
cast()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.cast
https://python.github.io/python-docs-zh-tw/library/ctypes.html#incomplete-types
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#callback-functions
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
CFUNCTYPE()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CFUNCTYPE
WINFUNCTYPE()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.WINFUNCTYPE
CFUNCTYPE()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CFUNCTYPE
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
threading.localhttps://python.github.io/python-docs-zh-tw/library/threading.html#threading.local
https://python.github.io/python-docs-zh-tw/library/ctypes.html#accessing-values-exported-from-dlls
Py_Versionhttps://python.github.io/python-docs-zh-tw/c-api/apiabiversion.html#c.Py_Version
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
in_dll()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.in_dll
PyImport_FrozenModuleshttps://python.github.io/python-docs-zh-tw/c-api/import.html#c.PyImport_FrozenModules
_frozenhttps://python.github.io/python-docs-zh-tw/c-api/import.html#c._frozen
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
_frozenhttps://python.github.io/python-docs-zh-tw/c-api/import.html#c._frozen
https://python.github.io/python-docs-zh-tw/library/ctypes.html#surprises
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
c_char_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char_p
descriptorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
https://python.github.io/python-docs-zh-tw/library/ctypes.html#variable-sized-data-types
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
resize()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.resize
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-reference
https://python.github.io/python-docs-zh-tw/library/ctypes.html#finding-shared-libraries
find_library()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.find_library
find_library()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.find_library
find_library()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.find_library
find_library()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.find_library
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
find_library()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.find_library
https://python.github.io/python-docs-zh-tw/library/ctypes.html#listing-loaded-shared-libraries
dllist()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.dllist
https://python.github.io/python-docs-zh-tw/library/ctypes.html#loading-shared-libraries
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CDLL
CDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CDLL
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
path-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
Microsoft DUMPBIN toolhttps://docs.microsoft.com/cpp/build/reference/dependents
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.OleDLL
HRESULThttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.HRESULT
HRESULThttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.HRESULT
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
WindowsErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#WindowsError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
path-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.WinDLL
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
path-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
global interpreter lockhttps://python.github.io/python-docs-zh-tw/glossary.html#term-global-interpreter-lock
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.PyDLL
CDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CDLL
path-like objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
dlopen(3)https://manpages.debian.org/dlopen(3)
errnohttps://python.github.io/python-docs-zh-tw/library/errno.html#module-errno
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
errnohttps://python.github.io/python-docs-zh-tw/library/errno.html#module-errno
errnohttps://python.github.io/python-docs-zh-tw/library/errno.html#module-errno
ctypes.get_errno()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.get_errno
ctypes.set_errno()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.set_errno
GetLastError()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.GetLastError
ctypes.get_last_error()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.get_last_error
ctypes.set_last_error()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.set_last_error
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.PyDLL._handle
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.PyDLL._name
LibraryLoaderhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LibraryLoader
LoadLibrary()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LibraryLoader.LoadLibrary
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LibraryLoader
CDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CDLL
PyDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.PyDLL
WinDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.WinDLL
OleDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.OleDLL
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LibraryLoader.LoadLibrary
CDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CDLL
WinDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.WinDLL
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
OleDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.OleDLL
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
PyDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.PyDLL
PyDLLhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.PyDLL
auditing eventhttps://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#foreign-functions
_CFuncPtrhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.restype
errcheckhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.errcheck
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
from_param()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_param
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
c_char_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char_p
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
from_param()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_param
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.errcheck
https://python.github.io/python-docs-zh-tw/library/ctypes.html#function-prototypes
回呼函式https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-callback-functions
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CFUNCTYPE
errnohttps://python.github.io/python-docs-zh-tw/library/errno.html#module-errno
errnohttps://python.github.io/python-docs-zh-tw/library/errno.html#module-errno
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.WINFUNCTYPE
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.PYFUNCTYPE
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
COMErrorhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.COMError
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
errcheckhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.errcheck
errcheckhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.errcheck
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#utility-functions
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.addressof
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.alignment
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.byref
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CopyComPointer
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.cast
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.create_string_buffer
c_charhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.create_unicode_buffer
c_wcharhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_wchar
create_string_buffer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.create_string_buffer
c_wcharhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_wchar
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.DllCanUnloadNow
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.DllGetClassObject
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.find_library
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.find_msvcrt
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.util.dllist
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.FormatError
GetLastError()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.GetLastError
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.GetLastError
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.get_errno
errnohttps://python.github.io/python-docs-zh-tw/library/errno.html#module-errno
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.get_last_error
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.memmove
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.memset
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.POINTER
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.pointer
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.resize
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.set_errno
errnohttps://python.github.io/python-docs-zh-tw/library/errno.html#module-errno
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.set_last_error
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.sizeof
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.string_at
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.WinError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
GetLastError()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.GetLastError
FormatError()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.FormatError
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
WindowsErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#WindowsError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.wstring_at
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.memoryview_at
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
string_at()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.string_at
from_address()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_address
ctypes.POINTERhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.POINTER
byref()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.byref
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#data-types
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData
addressof()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.addressof
_objectshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData._objects
metaclasshttps://python.github.io/python-docs-zh-tw/glossary.html#term-metaclass
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_buffer
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_buffer_copy
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
稽核事件https://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_address
auditing eventhttps://python.github.io/python-docs-zh-tw/library/sys.html#auditing
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.from_param
argtypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.argtypes
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.in_dll
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData.__pointer_type__
POINTER()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.POINTER
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData._b_base_
_b_base_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData._b_base_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData._b_needsfree_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData._objects
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-fundamental-data-types-2
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._SimpleCData
_SimpleCDatahttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._SimpleCData
_CDatahttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CData
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._SimpleCData.value
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
restypehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._CFuncPtr.restype
c_char_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char_p
c_char_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char_p
c_void_phttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_void_p
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_byte
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_char_p
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_double
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_longdouble
c_doublehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_double
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_float
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_double_complex
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_float_complex
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_longdouble_complex
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
c_longhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_long
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int8
c_bytehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_byte
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int16
c_shorthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_short
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int32
c_inthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int64
c_longlonghttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_longlong
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_long
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_longlong
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_short
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_size_t
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ssize_t
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_time_t
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ubyte
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint
c_ulonghttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ulong
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint8
c_ubytehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ubyte
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint16
c_ushorthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ushort
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint32
c_uinthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_uint64
c_ulonglonghttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ulonglong
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ulong
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ulonglong
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_ushort
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_void_p
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_wchar
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_wchar_p
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_bool
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.HRESULT
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.py_object
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
PyObjecthttps://python.github.io/python-docs-zh-tw/c-api/structures.html#c.PyObject
generic typehttps://python.github.io/python-docs-zh-tw/glossary.html#term-generic-type
https://python.github.io/python-docs-zh-tw/library/ctypes.html#structured-data-types
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Union
Structurehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.BigEndianUnion
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LittleEndianUnion
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.BigEndianStructure
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.LittleEndianStructure
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
descriptorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
c_inthttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.c_int
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
sizeof()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.sizeof
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._pack_
_layout_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._layout_
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
_layout_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._layout_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._align_
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._layout_
_pack_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._pack_
_pack_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._pack_
_pack_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._pack_
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._anonymous_
_anonymous_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._anonymous_
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField
Structurehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure
Unionhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Union
_fields_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Structure._fields_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.name
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.type
ctypes classhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-data-types
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.offset
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.byte_offset
bit_offsethttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.bit_offset
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.byte_size
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.size
byte_sizehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.byte_size
bit_sizehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.bit_size
bit_offsethttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.bit_offset
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.is_bitfield
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.bit_offset
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.bit_size
byte_sizehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.byte_size
byte_offsethttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.byte_offset
shift lefthttps://python.github.io/python-docs-zh-tw/reference/expressions.html#shifting
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.CField.is_anonymous
https://python.github.io/python-docs-zh-tw/library/ctypes.html#arrays-and-pointers
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Array
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
_length_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Array._length_
_type_https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Array._type_
Arrayhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Array
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Array._length_
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.Array._type_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.ARRAY
ctypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#module-ctypes
soft deprecatedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-soft-deprecated
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._Pointer
POINTER()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.POINTER
pointer()https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.pointer
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._Pointer._type_
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes._Pointer.contents
https://python.github.io/python-docs-zh-tw/library/ctypes.html#exceptions
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.ArgumentError
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.COMError
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.COMError.hresult
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.COMError.text
https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes.COMError.details
可用性https://python.github.io/python-docs-zh-tw/library/intro.html#availability
目錄https://python.github.io/python-docs-zh-tw/contents.html
ctypes --- 用於 Python 的外部函式庫https://python.github.io/python-docs-zh-tw/library/ctypes.html
ctypes 教學https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-tutorial
Loading dynamic link librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#loading-dynamic-link-libraries
Accessing functions from loaded dllshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#accessing-functions-from-loaded-dlls
呼叫函式https://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions
Fundamental data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#fundamental-data-types
Calling functions, continuedhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions-continued
Calling variadic functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-variadic-functions
Calling functions with your own custom data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions-with-your-own-custom-data-types
Specifying the required argument types (function prototypes)https://python.github.io/python-docs-zh-tw/library/ctypes.html#specifying-the-required-argument-types-function-prototypes
Return typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#return-types
Passing pointers (or: passing parameters by reference)https://python.github.io/python-docs-zh-tw/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference
Structures and unionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structures-and-unions
Structure/union layout, alignment and byte orderhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structure-union-layout-alignment-and-byte-order
Bit fields in structures and unionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#bit-fields-in-structures-and-unions
Arrayshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#arrays
指標https://python.github.io/python-docs-zh-tw/library/ctypes.html#pointers
Thread safety without the GILhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#thread-safety-without-the-gil
Type conversionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#type-conversions
Incomplete Typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#incomplete-types
回呼函式https://python.github.io/python-docs-zh-tw/library/ctypes.html#callback-functions
Accessing values exported from dllshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#accessing-values-exported-from-dlls
Surpriseshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#surprises
Variable-sized data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#variable-sized-data-types
ctypes referencehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-reference
Finding shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#finding-shared-libraries
Listing loaded shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#listing-loaded-shared-libraries
Loading shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#loading-shared-libraries
Foreign functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#foreign-functions
Function prototypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#function-prototypes
Utility functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#utility-functions
Data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#data-types
Fundamental data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-fundamental-data-types-2
Structured data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structured-data-types
Arrays and pointershttps://python.github.io/python-docs-zh-tw/library/ctypes.html#arrays-and-pointers
Exceptionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#exceptions
errno --- 標準 errno 系統符號https://python.github.io/python-docs-zh-tw/library/errno.html
命令列介面函式庫https://python.github.io/python-docs-zh-tw/library/cmdlinelibs.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/ctypes.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/cmdlinelibs.html
上一頁https://python.github.io/python-docs-zh-tw/library/errno.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
通用作業系統服務https://python.github.io/python-docs-zh-tw/library/allos.html
ctypes --- 用於 Python 的外部函式庫https://python.github.io/python-docs-zh-tw/library/ctypes.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.