使用PropertySheet创建了一个modaless对话框
选择了PSH_USECALLBACK风格
指定了pfnCallback回调函数
但是回调函数就是不执行msdn说
For a modeless property sheet, your message loop should use PSM_ISDIALOGMESSAGE to pass messages to the property sheet dialog box. Your message loop should use PSM_GETCURRENTPAGEHWND to determine when to destroy the dialog box. When the user clicks the OK or Cancel button, PSM_GETCURRENTPAGEHWND returns NULL. You can then use the DestroyWindow function to destroy the dialog box.但是,我是dll,没有消息循环的啊,应该怎么办啊?