C# 클래스 BrightnessTray.NativeMethods.NOTIFYICONIDENTIFIER

Contains information used by Shell_NotifyIconGetRect to identify the icon for which to retrieve the bounding rectangle.
The icon can be identified to Shell_NotifyIconGetRect through this structure in two ways: guidItem alone (recommended) hWnd plus uID If guidItem is used, hWnd and uID are ignored.
파일 보기 프로젝트 열기: navhaxs/BrightnessTray 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cbSize uint
guidItem System.Guid
hWnd System.IntPtr
uID uint

프로퍼티 상세

cbSize 공개적으로 프로퍼티

Size of this structure, in bytes.
public uint cbSize
리턴 uint

guidItem 공개적으로 프로퍼티

A registered GUID that identifies the icon.
public Guid,System guidItem
리턴 System.Guid

hWnd 공개적으로 프로퍼티

A handle to the parent window used by the notification's callback function. For more information, see the hWnd member of the NOTIFYICONDATA structure.
public IntPtr,System hWnd
리턴 System.IntPtr

uID 공개적으로 프로퍼티

The application-defined identifier of the notification icon. Multiple icons can be associated with a single hWnd, each with their own uID.
public uint uID
리턴 uint