Module: Net::SSH::Authentication::Pageant::Win
- Extended by:
- DL::Importable, DL::Importer
- Includes:
- DL::Win32Types
- Defined in:
- lib/net/ssh/authentication/pageant.rb
Overview
The definition of the Windows methods and data structures used in communicating with the pageant process.
Constant Summary collapse
- INVALID_HANDLE_VALUE =
From winbase.h, winnt.h
-1
- NULL =
nil- PAGE_READWRITE =
0x0004- FILE_MAP_WRITE =
2- WM_COPYDATA =
74- SMTO_NORMAL =
From winuser.h
0
Class Method Summary collapse
Class Method Details
.FindWindow ⇒ Object
83 |
# File 'lib/net/ssh/authentication/pageant.rb', line 83 alias_method :FindWindow,:findWindow |