Error WindowsError
E_FAIL (0x80004005)E_FAIL (0x80004005) — Unspecified Error
An unspecified COM error occurred.
windows
Lihat detail WSANOTINITIALISED (10093)The Winsock library has not been initialized.
WSAStartup() was not called before using Winsock functions, or WSACleanup() was called prematurely.
Call WSAStartup() at the beginning of your application. Ensure WSACleanup() is only called after all socket operations are done.
E_FAIL (0x80004005)An unspecified COM error occurred.
BAD_POOL_HEADER (0x00000019)The pool memory header has been corrupted.
ERROR_INSUFFICIENT_BUFFER (122)The data area passed to a system call is too small.
ERROR_DEV_NOT_EXIST (55)The specified network resource is not available.
ERROR_NOT_ENOUGH_MEMORY (8)The system does not have enough memory to complete the operation.
ERROR_ALREADY_EXISTS (183)The file or directory already exists when attempting to create it.