Skip to content

Latest commit

 

History

History
102 lines (76 loc) · 3.83 KB

ns-oledlg-oleuilinkpropsw.md

File metadata and controls

102 lines (76 loc) · 3.83 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:oledlg.tagOLEUILINKPROPSW
OLEUILINKPROPSW (oledlg.h)
Contains information that is used to initialize the Link tab of the Object Properties dialog box. (Unicode)
*LPOLEUILINKPROPSW
*POLEUILINKPROPSW
LPOLEUILINKPROPS
LPOLEUILINKPROPS structure pointer [COM]
OLEUILINKPROPS
OLEUILINKPROPS structure [COM]
OLEUILINKPROPSA
OLEUILINKPROPSW
POLEUILINKPROPS
POLEUILINKPROPS structure pointer [COM]
_ole_OLEUILINKPROPS
com.oleuilinkprops_struct
oledlg/LPOLEUILINKPROPS
oledlg/OLEUILINKPROPS
oledlg/OLEUILINKPROPSA
oledlg/OLEUILINKPROPSW
oledlg/POLEUILINKPROPS
com\oleuilinkprops_struct.htm
com
3f355ce8-adc3-4878-a8b4-3f7d94547ef1
12/05/2018
*LPOLEUILINKPROPSW, *POLEUILINKPROPSW, LPOLEUILINKPROPS, LPOLEUILINKPROPS structure pointer [COM], OLEUILINKPROPS, OLEUILINKPROPS structure [COM], OLEUILINKPROPSA, OLEUILINKPROPSW, POLEUILINKPROPS, POLEUILINKPROPS structure pointer [COM], _ole_OLEUILINKPROPS, com.oleuilinkprops_struct, oledlg/LPOLEUILINKPROPS, oledlg/OLEUILINKPROPS, oledlg/OLEUILINKPROPSA, oledlg/OLEUILINKPROPSW, oledlg/POLEUILINKPROPS
oledlg.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
OLEUILINKPROPSW (Unicode) and OLEUILINKPROPSA (ANSI)
Windows
OLEUILINKPROPSW, *POLEUILINKPROPSW, *LPOLEUILINKPROPSW
19H1
tagOLEUILINKPROPSW
oledlg/tagOLEUILINKPROPSW
POLEUILINKPROPSW
oledlg/POLEUILINKPROPSW
OLEUILINKPROPSW
oledlg/OLEUILINKPROPSW
c++
APIRef
kbSyntax
HeaderDef
OleDlg.h
OLEUILINKPROPS
OLEUILINKPROPSA
OLEUILINKPROPSW

OLEUILINKPROPSW structure

-description

Contains information that is used to initialize the Link tab of the Object Properties dialog box. A reference to it is passed in as part of the OLEUIOBJECTPROPS structure to the OleUIObjectProperties function. This tab shows the location, update status, and update time for a link. It allows the user to change the source of the link, toggle its update status between automatic and manual update, open the source, force an update of the link, or break the link (convert it to a static picture).

-struct-fields

-field cbStruct

The size of the structure, in bytes.

-field dwFlags

Contains in/out flags specific to the Links page.

-field dwReserved1

This member is reserved.

-field lpfnHook

Pointer to the hook callback (not used in this dialog box).

-field lCustData

Custom data to pass to hook (not used in this dialog box).

-field dwReserved2

This member is reserved.

-field lpOP

Used internally.

-see-also

OLEUIOBJECTPROPS

OleUIObjectProperties

-remarks

Note

The oledlg.h header defines OLEUILINKPROPS as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.