Funktionreferenz


_WinAPI_IsBadCodePtr


Determines whether the calling process has read access to the memory at the specified address

#include <WinAPIMem.au3>
_WinAPI_IsBadCodePtr ( $pAddress )

Parameter

$pAddress A pointer to a memory address.

Rückgabewert

True: the calling process does not have read access to the specified memory.
False: the calling process have read access, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

None.

Siehe auch

Suche nach IsBadCodePtr in der MSDN Bibliothek.