소스 검색

* SmsSendMessage's 2nd parameter changed to pointer, mantis 14605

git-svn-id: trunk@15674 -
marco 15 년 전
부모
커밋
54758c85d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/winceunits/src/sms.pp

+ 1 - 1
packages/winceunits/src/sms.pp

@@ -527,7 +527,7 @@ function SmsClose(smshHandle:SMS_HANDLE):HRESULT; external SmsDLL name 'SmsClose
 // Send an SMS message
 // Send an SMS message
 function SmsSendMessage(smshHandle:SMS_HANDLE;
 function SmsSendMessage(smshHandle:SMS_HANDLE;
                         psmsaSMSCAddress:LPSMS_ADDRESS;
                         psmsaSMSCAddress:LPSMS_ADDRESS;
-                        psmsaDestinationAddress:SMS_ADDRESS;
+                        psmsaDestinationAddress:LPSMS_ADDRESS;
                         pstValidityPeriod:LPSYSTEMTIME;  // (Values in this structure are expressed relative to the current time)
                         pstValidityPeriod:LPSYSTEMTIME;  // (Values in this structure are expressed relative to the current time)
                         pbData:LPBYTE;
                         pbData:LPBYTE;
                         dwDataSize:DWORD;
                         dwDataSize:DWORD;