关于C++ 的函数变量问题 ( 积分: 50 )

  • 主题发起人 主题发起人 icehackit
  • 开始时间 开始时间
I

icehackit

Unregistered / Unconfirmed
GUEST, unregistred user!
我定义如下结构:
typedef struct
{
HWND hWnd;
long Channel;
int (WINAPI *Func)(long);
int
}VideoInfo;
请问如何:将外部函数赋给VideoInfo.Func???如有一外部dll函数:PlayVideo()
VC 中可以直接用: VideoInfo.Func = PlayVideo就可以搞定
C++Builder中怎么用
 
我定义如下结构:
typedef struct
{
HWND hWnd;
long Channel;
int (WINAPI *Func)(long);
int
}VideoInfo;
请问如何:将外部函数赋给VideoInfo.Func???如有一外部dll函数:PlayVideo()
VC 中可以直接用: VideoInfo.Func = PlayVideo就可以搞定
C++Builder中怎么用
 
问题已解决
 
介绍一下.......
 

Similar threads

S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部