C# Класс Cairo.WindowsHooksWrapper.NativeMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
GetFileNameFromHandle ( IntPtr FileHandle ) : string
GetProcess ( IntPtr hwnd ) : Process

Retrieves a running process.

GetProcessPath ( IntPtr hwnd ) : string

Retrieves the Path of a running process.

Приватные методы

Метод Описание
CloseHandle ( IntPtr hObject ) : bool
CreateFileMapping ( IntPtr hFile, IntPtr lpFileMappingAttributes, FileMapProtection flProtect, uint dwMaximumSizeHigh, uint dwMaximumSizeLow, [ lpName ) : IntPtr
GetFileSize ( IntPtr hFile, IntPtr lpFileSizeHigh ) : uint
GetMappedFileName ( IntPtr m_hProcess, IntPtr lpv, StringBuilder lpFilename, uint nSize ) : uint
GetModuleFileNameEx ( IntPtr hProcess, IntPtr hModule, StringBuilder &lpBaseName, [ nSize ) : uint
GetWindowThreadProcessId ( IntPtr handle, uint &processId ) : int
MapViewOfFile ( IntPtr hFileMappingObject, FileMapAccess dwDesiredAccess, uint dwFileOffsetHigh, uint dwFileOffsetLow, uint dwNumberOfBytesToMap ) : IntPtr
QueryFullProcessImageNameW ( IntPtr hProcess, uint dwFlags, [ lpExeName, uint &lpdwSize ) : bool
UnmapViewOfFile ( IntPtr lpBaseAddress ) : bool

Описание методов

GetFileNameFromHandle() публичный статический Метод

public static GetFileNameFromHandle ( IntPtr FileHandle ) : string
FileHandle System.IntPtr
Результат string

GetProcess() публичный статический Метод

Retrieves a running process.
public static GetProcess ( IntPtr hwnd ) : Process
hwnd System.IntPtr
Результат System.Diagnostics.Process

GetProcessPath() публичный статический Метод

Retrieves the Path of a running process.
public static GetProcessPath ( IntPtr hwnd ) : string
hwnd System.IntPtr
Результат string