SECHyperlink::Create

BOOLSECHyperlink::Create(HWNDhParentWnd, RECT&rect, UINTnID, LPCTSTRlpszWindowName, DWORDdwStyle)

Creates the child window for the hyperlink and attaches it to it's parent window.

Defined in: SECHyperlink.h

Return Value

BOOL TRUE if successful; otherwise FALSE.

Parameters

hParentWnd

Handle to the window that is the hyperlink’s parent or owner.

rect

The size and position of the hyperlink, in client coordinates of pParentWnd.

nID

The ID of the hyperlink.

lpszWindowName

Points to a string that contains the hyperlink's name. This is usually NULL. This default is supplied.

dwStyle

Specifies the hyperlink’s style attributes. A default argument of WS_CHILD + WS_VISIBLE is supplied.

See Also

SECHyperlink