检查 WM_PARENTNOTIFY 是否已弃用 API?
Check if WM_PARENTNOTIFY is deprecated API?
根据文档 WM_PARENTNOTIFY
似乎已被弃用,这听起来很不寻常,但如果是这种情况,那么 API 会取代它吗?
不是弃用,只是你碰巧打的有点过时了link。
我认为最近的是 this one.
您似乎对这个 documentation 条目的免责声明感到困惑。它有两个部分:
We're no longer updating this content regularly.
这是指文档本身。当微软决定第 n 次(n > 3)更改他们的文档站点时,它在某个时候被冻结了。尽管可能是第二部分让您感到困惑:
Check the Microsoft Product Lifecycle for information about how this product, service, technology, or API is supported.
由于此文档不再接收更新,因此无法保证其内容是否仍然适用。它可能(并且通常)仍然准确,但也可能是错误的或过时的,您需要在别处检查。
其他地方在这里:WM_PARENTNOTIFY
. It would certainly be nice to have the old documentation auto-redirect to the new content (and sometimes this works, too, easily identifiable by a query string that contains the redirectedfrom=MSDN
parameter). If in doubt you can identify up-to-date documentation by an Edit link 在右上角。
根据文档 WM_PARENTNOTIFY
似乎已被弃用,这听起来很不寻常,但如果是这种情况,那么 API 会取代它吗?
不是弃用,只是你碰巧打的有点过时了link。 我认为最近的是 this one.
您似乎对这个 documentation 条目的免责声明感到困惑。它有两个部分:
We're no longer updating this content regularly.
这是指文档本身。当微软决定第 n 次(n > 3)更改他们的文档站点时,它在某个时候被冻结了。尽管可能是第二部分让您感到困惑:
Check the Microsoft Product Lifecycle for information about how this product, service, technology, or API is supported.
由于此文档不再接收更新,因此无法保证其内容是否仍然适用。它可能(并且通常)仍然准确,但也可能是错误的或过时的,您需要在别处检查。
其他地方在这里:WM_PARENTNOTIFY
. It would certainly be nice to have the old documentation auto-redirect to the new content (and sometimes this works, too, easily identifiable by a query string that contains the redirectedfrom=MSDN
parameter). If in doubt you can identify up-to-date documentation by an Edit link 在右上角。