adsprop.h (5.2.3790.3959-Windows 5.0) | | adsprop.h (6.0.6002.18005-Windows 6.0) |
| | |
skipping to change at line 85 | | skipping to change at line 85 |
// sheet instance and if not creates it. | | // sheet instance and if not creates it. |
// | | // |
// Arguments: [pAppThdDataObj] - the unmarshalled data object pointer. | | // Arguments: [pAppThdDataObj] - the unmarshalled data object pointer. |
// [pwzADsObjName] - object path name. | | // [pwzADsObjName] - object path name. |
// [phNotifyObj] - to return the notificion window handle. | | // [phNotifyObj] - to return the notificion window handle. |
// | | // |
// Returns: HRESULTs. | | // Returns: HRESULTs. |
// | | // |
//----------------------------------------------------------------------------- | | //----------------------------------------------------------------------------- |
STDAPI | | STDAPI |
|
ADsPropCreateNotifyObj(LPDATAOBJECT pAppThdDataObj, PWSTR pwzADsObjName, | | ADsPropCreateNotifyObj(LPDATAOBJECT pAppThdDataObj, __in PWSTR pwzADsObjName, |
HWND * phNotifyObj); | | HWND * phNotifyObj); |
| | |
//+---------------------------------------------------------------------------- | | //+---------------------------------------------------------------------------- |
// | | // |
// Function: ADsPropGetInitInfo | | // Function: ADsPropGetInitInfo |
// | | // |
// Synopsis: Pages call this at their init time to retreive DS object info. | | // Synopsis: Pages call this at their init time to retreive DS object info. |
// | | // |
// Arguments: [hNotifyObj] - the notificion window handle. | | // Arguments: [hNotifyObj] - the notificion window handle. |
// [pInitParams] - struct filled in with DS object info. This | | // [pInitParams] - struct filled in with DS object info. This |
| | |
skipping to change at line 130 | | skipping to change at line 130 |
// [ptzTitle] - the page's title | | // [ptzTitle] - the page's title |
// | | // |
// Returns: FALSE if the notify window has gone away for some reason. | | // Returns: FALSE if the notify window has gone away for some reason. |
// | | // |
// Notes: Sends the WM_ADSPROP_NOTIFY_PAGEHWND message to the notify | | // Notes: Sends the WM_ADSPROP_NOTIFY_PAGEHWND message to the notify |
// window. Use this function instead of ADsPropSetHwnd for | | // window. Use this function instead of ADsPropSetHwnd for |
// multi-select property pages | | // multi-select property pages |
// | | // |
//----------------------------------------------------------------------------- | | //----------------------------------------------------------------------------- |
STDAPI_(BOOL) | | STDAPI_(BOOL) |
|
ADsPropSetHwndWithTitle(HWND hNotifyObj, HWND hPage, PTSTR ptzTitle); | | ADsPropSetHwndWithTitle(HWND hNotifyObj, HWND hPage, __in PTSTR ptzTitle); |
| | |
//+---------------------------------------------------------------------------- | | //+---------------------------------------------------------------------------- |
// | | // |
// Function: ADsPropSetHwnd | | // Function: ADsPropSetHwnd |
// | | // |
// Synopsis: Pages call this at their dialog init time to send their hwnd | | // Synopsis: Pages call this at their dialog init time to send their hwnd |
// to the Notify object. | | // to the Notify object. |
// | | // |
// Arguments: [hNotifyObj] - the notificion window handle. | | // Arguments: [hNotifyObj] - the notificion window handle. |
// [hPage] - the page's window handle. | | // [hPage] - the page's window handle. |
| | |
skipping to change at line 166 | | skipping to change at line 166 |
// the allowedAttributesEffective array. | | // the allowedAttributesEffective array. |
// | | // |
// Arguments: [pwzAttr] - the attribute name. | | // Arguments: [pwzAttr] - the attribute name. |
// [pWritableAttrs] - the array of writable attributes. | | // [pWritableAttrs] - the array of writable attributes. |
// | | // |
// Returns: FALSE if the attribute name is not found in the writable-attrs | | // Returns: FALSE if the attribute name is not found in the writable-attrs |
// array or if the array pointer is NULL. | | // array or if the array pointer is NULL. |
// | | // |
//----------------------------------------------------------------------------- | | //----------------------------------------------------------------------------- |
STDAPI_(BOOL) | | STDAPI_(BOOL) |
|
ADsPropCheckIfWritable(const PWSTR pwzAttr, const PADS_ATTR_INFO pWritableAttrs)
; | | ADsPropCheckIfWritable(__in const PWSTR pwzAttr, const PADS_ATTR_INFO pWritableA
ttrs); |
| | |
//+---------------------------------------------------------------------------- | | //+---------------------------------------------------------------------------- |
// | | // |
// function: ADsPropSendErrorMessage | | // function: ADsPropSendErrorMessage |
// | | // |
// Synopsis: Adds an error message to a list which is presented when | | // Synopsis: Adds an error message to a list which is presented when |
// ADsPropShowErrorDialog is called | | // ADsPropShowErrorDialog is called |
// | | // |
// Arguments: [hNotifyObj] - the notificion window handle. | | // Arguments: [hNotifyObj] - the notificion window handle. |
// [pError] - the error structure | | // [pError] - the error structure |
| | |
End of changes. 3 change blocks. |
3 lines changed or deleted | | 3 lines changed or added |
|