diff --git a/docs/mfc/reference/application-information-and-management.md b/docs/mfc/reference/application-information-and-management.md index cffc7c4c52..444361085b 100644 --- a/docs/mfc/reference/application-information-and-management.md +++ b/docs/mfc/reference/application-information-and-management.md @@ -1,9 +1,8 @@ --- title: "Application Information and Management" description: "Reference to the Microsoft Foundation Class library (MFC) application information and management functions." -ms.date: "01/27/2020" +ms.date: 01/27/2020 helpviewer_keywords: ["applications [MFC], managing"] -ms.assetid: b72f4154-24db-4e75-bca3-6873e2459c15 --- # Application Information and Management @@ -173,6 +172,7 @@ HINSTANCE AFXAPI AfxFindResourceHandle( LPCTSTR lpszName, LPCTSTR lpszType ); *`lpszName`*\ A pointer to a string containing the resource ID. + *`lpszType`*\ A pointer to the type of resource. For a list of resource types, see [`FindResource`](/windows/win32/api/winbase/nf-winbase-findresourcea) in the Windows SDK. diff --git a/docs/mfc/reference/delegate-and-interface-maps.md b/docs/mfc/reference/delegate-and-interface-maps.md index f190e37f4e..518e659915 100644 --- a/docs/mfc/reference/delegate-and-interface-maps.md +++ b/docs/mfc/reference/delegate-and-interface-maps.md @@ -1,9 +1,8 @@ --- -description: "Learn more about: Delegate and interface map macros" title: "Delegate and Interface Map Macros (MFC)" -ms.date: "03/30/2017" +description: "Learn more about: Delegate and interface map macros" +ms.date: 03/30/2017 helpviewer_keywords: ["delegate map macros [MFC]", "event map macros [MFC]", "interface map macros [MFC]"] -ms.assetid: 3840e642-ff7d-4bdc-998b-c7d8fc50890e --- # Delegate and interface map macros @@ -215,8 +214,10 @@ INTERFACE_PART( theClass, iid, localClass) *theClass*
The name of the class that contains the interface map. + *iid*
The IID that is to be mapped to the embedded class. + *localClass*
The name of the local class. diff --git a/docs/mfc/reference/icommandsource-interface.md b/docs/mfc/reference/icommandsource-interface.md index b75c703c39..80fd339188 100644 --- a/docs/mfc/reference/icommandsource-interface.md +++ b/docs/mfc/reference/icommandsource-interface.md @@ -1,10 +1,9 @@ --- -description: "Learn more about: ICommandSource Interface" title: "ICommandSource Interface" -ms.date: "03/27/2019" +description: "Learn more about: ICommandSource Interface" +ms.date: 03/27/2019 f1_keywords: ["ICommandSource", "AFXWINFORMS/ICommandSource", "AFXWINFORMS/ICommandSource::AddCommandHandler", "AFXWINFORMS/ICommandSource::AddCommandRangeHandler", "AFXWINFORMS/ICommandSource::AddCommandRangeUIHandler", "AFXWINFORMS/ICommandSource::AddCommandUIHandler", "AFXWINFORMS/ICommandSource::PostCommand", "AFXWINFORMS/ICommandSource::RemoveCommandHandler", "AFXWINFORMS/ICommandSource::RemoveCommandRangeHandler", "AFXWINFORMS/ICommandSource::RemoveCommandRangeUIHandler", "AFXWINFORMS/ICommandSource::RemoveCommandUIHandler", "AFXWINFORMS/ICommandSource::SendCommand"] helpviewer_keywords: ["ICommandSource interface [MFC]"] -ms.assetid: a4b1f698-c09f-4ba8-9b13-0e74a0a4967e --- # ICommandSource Interface @@ -59,6 +58,7 @@ void AddCommandHandler( *cmdID*
The command ID. + *cmdHandler*
A handle to the command handler method. @@ -82,8 +82,10 @@ void AddCommandRangeHandler( *cmdIDMin*
The beginning index of the command ID range. + *cmdIDMax*
The ending index of the command ID range. + *cmdHandler*
A handle to the message handler method to which the commands are mapped. @@ -106,8 +108,10 @@ void AddCommandRangeUIHandler( *cmdIDMin*
The beginning index of the command ID range. + *cmdIDMax*
The ending index of the command ID range. + *cmdHandler*
A handle to the message handler method to which the commands are mapped. @@ -129,6 +133,7 @@ void AddCommandUIHandler( *cmdID*
The command ID. + *cmdUIHandler*
A handle to the user interface command message handler method. @@ -184,6 +189,7 @@ void RemoveCommandRangeUIHandler( *cmdIDMin*
The beginning index of the command ID range. + *cmdIDMax*
The ending index of the command ID range. @@ -205,6 +211,7 @@ void RemoveCommandRangeUIHandler( *cmdIDMin*
The beginning index of the command ID range. + *cmdIDMax*
The ending index of the command ID range. diff --git a/docs/parallel/amp/reference/concurrency-precise-math-namespace-functions.md b/docs/parallel/amp/reference/concurrency-precise-math-namespace-functions.md index a7908a8b41..fba9b56557 100644 --- a/docs/parallel/amp/reference/concurrency-precise-math-namespace-functions.md +++ b/docs/parallel/amp/reference/concurrency-precise-math-namespace-functions.md @@ -1,7 +1,7 @@ --- title: "Concurrency::precise_math namespace functions" description: "Learn more about: Concurrency::precise_math namespace functions" -ms.date: "11/04/2016" +ms.date: 11/04/2016 f1_keywords: ["amp_math/Concurrency::precise_math::acos", "amp_math/Concurrency::precise_math::acosh", "amp_math/Concurrency::precise_math::acoshf", "amp_math/Concurrency::precise_math::asinf", "amp_math/Concurrency::precise_math::asinh", "amp_math/Concurrency::precise_math::atan", "amp_math/Concurrency::precise_math::atan2", "amp_math/Concurrency::precise_math::atanf", "amp_math/Concurrency::precise_math::atanh", "amp_math/Concurrency::precise_math::cbrt", "amp_math/Concurrency::precise_math::cbrtf", "amp_math/Concurrency::precise_math::ceilf", "amp_math/Concurrency::precise_math::copysign", "amp_math/Concurrency::precise_math::cos", "amp_math/Concurrency::precise_math::cosf", "amp_math/Concurrency::precise_math::coshf", "amp_math/Concurrency::precise_math::cospi", "amp_math/Concurrency::precise_math::erf", "amp_math/Concurrency::precise_math::erfc", "amp_math/Concurrency::precise_math::erfcinv", "amp_math/Concurrency::precise_math::erfcinvf", "amp_math/Concurrency::precise_math::erfinv", "amp_math/Concurrency::precise_math::erfinvf", "amp_math/Concurrency::precise_math::exp10", "amp_math/Concurrency::precise_math::exp10f", "amp_math/Concurrency::precise_math::exp2f", "amp_math/Concurrency::precise_math::expf", "amp_math/Concurrency::precise_math::expm1f", "amp_math/Concurrency::precise_math::fabs", "amp_math/Concurrency::precise_math::floor", "amp_math/Concurrency::precise_math::fdim", "amp_math/Concurrency::precise_math::floorf", "amp_math/Concurrency::precise_math::fmaf", "amp_math/Concurrency::precise_math::fmaxf", "amp_math/Concurrency::precise_math::fmin", "amp_math/Concurrency::precise_math::fmod", "amp_math/Concurrency::precise_math::fmodf", "amp_math/Concurrency::precise_math::frexp", "amp_math/Concurrency::precise_math::frexpf", "amp_math/Concurrency::precise_math::hypotf", "amp_math/Concurrency::precise_math::ilogb", "amp_math/Concurrency::precise_math::isfinite", "amp_math/Concurrency::precise_math::isinf", "amp_math/Concurrency::precise_math::isnormal", "amp_math/Concurrency::precise_math::ldexp", "amp_math/Concurrency::precise_math::lgamma", "amp_math/Concurrency::precise_math::lgammaf", "amp_math/Concurrency::precise_math::log10", "amp_math/Concurrency::precise_math::log10f", "amp_math/Concurrency::precise_math::log1pf", "amp_math/Concurrency::precise_math::log2", "amp_math/Concurrency::precise_math::logb", "amp_math/Concurrency::precise_math::logbf", "amp_math/Concurrency::precise_math::modf", "amp_math/Concurrency::precise_math::modff", "amp_math/Concurrency::precise_math::nanf", "amp_math/Concurrency::precise_math::nearbyint", "amp_math/Concurrency::precise_math::nextafter", "amp_math/Concurrency::precise_math::nextafterf", "amp_math/Concurrency::precise_math::phif", "amp_math/Concurrency::precise_math::pow", "amp_math/Concurrency::precise_math::probit", "amp_math/Concurrency::precise_math::probitf", "amp_math/Concurrency::precise_math::rcbrtf", "amp_math/Concurrency::precise_math::remainder", "amp_math/Concurrency::precise_math::remquo", "amp_math/Concurrency::precise_math::remquof", "amp_math/Concurrency::precise_math::roundf", "amp_math/Concurrency::precise_math::rsqrt", "amp_math/Concurrency::precise_math::scalb", "amp_math/Concurrency::precise_math::scalbf", "amp_math/Concurrency::precise_math::scalbnf", "amp_math/Concurrency::precise_math::signbit", "amp_math/Concurrency::precise_math::sin", "amp_math/Concurrency::precise_math::sincos", "amp_math/Concurrency::precise_math::sinf", "amp_math/Concurrency::precise_math::sinh", "amp_math/Concurrency::precise_math::sinpi", "amp_math/Concurrency::precise_math::sinpif", "amp_math/Concurrency::precise_math::sqrtf", "amp_math/Concurrency::precise_math::tan", "amp_math/Concurrency::precise_math::tanh", "amp_math/Concurrency::precise_math::tanhf", "amp_math/Concurrency::precise_math::tanpif", "amp_math/Concurrency::precise_math::tgamma", "amp_math/Concurrency::precise_math::trunc", "amp_math/Concurrency::precise_math::truncf"] --- # Concurrency::precise_math namespace functions @@ -983,6 +983,7 @@ inline double fdim( *_X*
Floating-point value + *_Y*
Floating-point value @@ -1005,6 +1006,7 @@ inline float fdimf( *_X*
Floating-point value + *_Y*
Floating-point value @@ -1070,8 +1072,10 @@ inline double fma( *_X*
The first floating-point argument. + *_Y*
The second floating-point argument. + *_Z*
The third floating-point argument. @@ -1095,8 +1099,10 @@ inline float fmaf( *_X*
The first floating-point argument. + *_Y*
The second floating-point argument. + *_Z*
The third floating-point argument. diff --git a/docs/parallel/amp/reference/extent-class.md b/docs/parallel/amp/reference/extent-class.md index d14304486f..f547bd38c0 100644 --- a/docs/parallel/amp/reference/extent-class.md +++ b/docs/parallel/amp/reference/extent-class.md @@ -1,10 +1,9 @@ --- -description: "Learn more about: extent Class (C++ AMP)" title: "extent Class (C++ AMP)" -ms.date: "03/27/2019" +description: "Learn more about: extent Class (C++ AMP)" +ms.date: 03/27/2019 f1_keywords: ["extent", "AMP/extent", "AMP/Concurrency::extent::extent", "AMP/Concurrency::extent::contains", "AMP/Concurrency::extent::size", "AMP/Concurrency::extent::tile", "AMP/Concurrency::extent::rank Constant"] helpviewer_keywords: ["extent structure"] -ms.assetid: edb5de3d-3935-4dbb-8365-4cc6c4fb0269 --- # extent Class (C++ AMP) @@ -375,8 +374,10 @@ tiled_extent<_Dim0, _Dim1, _Dim2> tile() const ; *_Dim0*
The most significant component of the tiled extent. + *_Dim1*
The next-to-most-significant component of the tiled extent. + *_Dim2*
The least significant component of the tiled extent.