diff --git a/desktop-src/Controls/dtm-getdatetimepickerinfo.md b/desktop-src/Controls/dtm-getdatetimepickerinfo.md
index 95802556de5..b29c7087bb1 100644
--- a/desktop-src/Controls/dtm-getdatetimepickerinfo.md
+++ b/desktop-src/Controls/dtm-getdatetimepickerinfo.md
@@ -32,7 +32,7 @@ Must be zero.
*lParam* \[in\]
- A pointer to **DATETIMEPICKERINFO** to receive the information. The caller is responsible for allocating the memory for this structure. Set the **cbSize** member of the structure to sizeof(DATETIMEPICKERINFO) before sending this message.
+ A pointer to DATETIMEPICKERINFO to receive the information. The caller is responsible for allocating the memory for this structure. Set the cbSize member of the structure to sizeof(DATETIMEPICKERINFO) before sending this message.
## Return value