L
lfpsoft
Unregistered / Unconfirmed
GUEST, unregistred user!
下面C++代码转成DELPHI的呢?
typedef struct _MENULIST
{
HWND hwndMenu;
_MENULIST *pNext;
}MENULIST;
MENULIST *pHead;
typedef struct _MENULIST
{
HWND hwndMenu;
_MENULIST *pNext;
}MENULIST;
MENULIST *pHead;