File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66_GET_LAST_ERROR = ctypes .windll .kernel32 .GetLastError
77_MEMCPY = ctypes .cdll .msvcrt .memcpy
88_MEMCPY .argtypes = [ctypes .c_void_p , ctypes .c_void_p , ctypes .c_size_t ] # Note:
9- # Suggested by https://github.com/AzureAD/microsoft-authentication-extensions-for-python/issues/85
10- # Matching https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/memcpy-wmemcpy?view=msvc-160
9+ # Suggested by https://github.com/AzureAD/microsoft-authentication-extensions-for-python/issues/85 # pylint: disable=line-too-long
10+ # Matching https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/memcpy-wmemcpy?view=msvc-160 # pylint: disable=line-too-long
1111_CRYPT_PROTECT_DATA = ctypes .windll .crypt32 .CryptProtectData
1212_CRYPT_UNPROTECT_DATA = ctypes .windll .crypt32 .CryptUnprotectData
1313_CRYPTPROTECT_UI_FORBIDDEN = 0x01
You can’t perform that action at this time.
0 commit comments