VB에서 dll 함수 호출해서 사용하기

카테고리 없음 2011. 5. 12. 13:56

Declare Function ByRefTest Lib "RefData.dll" (ByVal sData As String) As Integer
: