﻿{"id":36230,"date":"2012-04-05T22:50:25","date_gmt":"2012-04-05T14:50:25","guid":{"rendered":"http:\/\/www.lanmaowang.com\/?p=36230"},"modified":"2015-04-01T23:11:47","modified_gmt":"2015-04-01T15:11:47","slug":"by-way-of-usb-encryption-delphi-version","status":"publish","type":"post","link":"http:\/\/www.lanmaowang.com\/?p=36230","title":{"rendered":"\u901a\u8fc7U\u76d8\u65b9\u5f0f\u52a0\u5bc6(DELPHI\u7248)"},"content":{"rendered":"<p>\u5b9e\u73b0\u539f\u7406:<\/p>\n<p style=\"text-indent: 2em;\"><strong>&nbsp;1.\u68c0\u67e5\u662f\u5426\u662fU\u76d8<\/strong><\/p>\n<p style=\"text-indent: 2em;\"><strong>&nbsp;2.\u67e5\u68c0U\u76d8\u7684\u5377\u6807<\/strong><\/p>\n<p style=\"text-indent: 2em;\"><strong>&nbsp;3.\u901a\u8fc7VolumeLable\u7684\u8fd4\u56de\u503c\u5bf9\u6bd4\u5224\u65ad\u662f\u5426\u4f60\u52a0\u5bc6\u7684U\u76d8(\u5377\u6807\u8981\u5b9a\u4e49\u597d)<\/strong><\/p>\n<p><\/p>\n<pre class=\"brush:delphi;toolbar:false\">function&nbsp;CheckUsbDisk(FLable:string):Boolean;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/\/\u68c0\u9a8c\u662f\u5426\u662fUSB\u4f18\u76d8\r\nvar\r\n&nbsp;&nbsp;Drive:&nbsp;Integer;\r\n&nbsp;&nbsp;DriveLetter:&nbsp;Char;\r\nbegin\r\n&nbsp;&nbsp;Result&nbsp;:=false;\r\n&nbsp;&nbsp;for&nbsp;Drive&nbsp;:=&nbsp;2&nbsp;to&nbsp;25&nbsp;do\r\n&nbsp;&nbsp;begin\r\n&nbsp;&nbsp;&nbsp;DriveLetter&nbsp;:=&nbsp;Chr(Drive&nbsp;+&nbsp;ord(&#39;A&#39;));\r\n&nbsp;&nbsp;&nbsp;if&nbsp;GetDrivetype(PChar(DriveLetter+&#39;:\\&#39;))=&nbsp;DRIVE_REMOVABLE&nbsp;then\r\n&nbsp;&nbsp;&nbsp;begin\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;VolumeID(DriveLetter)=FLable&nbsp;then\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;begin\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Result&nbsp;:=true;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;exit;\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;end;\r\n&nbsp;&nbsp;&nbsp;end;\r\n&nbsp;&nbsp;end;\r\nend;<\/pre>\n<p><\/p>\n<pre class=\"brush:delphi;toolbar:false\">function&nbsp;VolumeLable(DriveChar:&nbsp;Char):&nbsp;string;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\/\/\u68c0\u9a8cUSB\u4f18\u76d8\u7684\u5377\u6807\r\nvar\r\n&nbsp;&nbsp;OldErrorMode:&nbsp;Integer;\r\n&nbsp;&nbsp;NotUsed,&nbsp;VolFlags:&nbsp;DWORD;\r\n&nbsp;&nbsp;Buf:&nbsp;array&nbsp;[0..MAX_PATH]&nbsp;of&nbsp;Char;\r\nbegin\r\n&nbsp;&nbsp;OldErrorMode&nbsp;:=&nbsp;SetErrorMode(SEM_FAILCRITICALERRORS);\r\n&nbsp;&nbsp;try\r\n&nbsp;&nbsp;&nbsp;&nbsp;Buf[0]&nbsp;:=&nbsp;#$00;\r\n&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;GetVolumeInformation(PChar(DriveChar&nbsp;+&nbsp;&#39;:\\&#39;),&nbsp;Buf,&nbsp;DWORD(sizeof(Buf)),\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nil,&nbsp;NotUsed,&nbsp;VolFlags,&nbsp;nil,&nbsp;0)&nbsp;then\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SetString(Result,&nbsp;Buf,&nbsp;StrLen(Buf))\r\n&nbsp;&nbsp;&nbsp;&nbsp;else&nbsp;Result&nbsp;:=&nbsp;&#39;&#39;;\r\n&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;DriveChar&nbsp;&lt;&nbsp;&#39;a&#39;&nbsp;then\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Result&nbsp;:=&nbsp;AnsiUpperCaseFileName(Result)\r\n&nbsp;&nbsp;&nbsp;&nbsp;else\r\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Result&nbsp;:=&nbsp;AnsiLowerCaseFileName(Result);\r\n&nbsp;&nbsp;&nbsp;&nbsp;Result&nbsp;:=&nbsp;Format(&#39;%s&#39;,[Result]);\r\n&nbsp;&nbsp;finally\r\n&nbsp;&nbsp;&nbsp;&nbsp;SetErrorMode(OldErrorMode);\r\n&nbsp;&nbsp;end;\r\nend;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5b9e\u73b0\u539f\u7406: &nbsp;1.\u68c0\u67e5\u662f\u5426\u662fU\u76d8 &nbsp;2.\u67e5\u68c0U\u76d8\u7684\u5377\u6807 &nbsp;3.\u901a\u8fc7VolumeL [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":36146,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[193],"tags":[224,223],"_links":{"self":[{"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=\/wp\/v2\/posts\/36230"}],"collection":[{"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=36230"}],"version-history":[{"count":1,"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=\/wp\/v2\/posts\/36230\/revisions"}],"predecessor-version":[{"id":36231,"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=\/wp\/v2\/posts\/36230\/revisions\/36231"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=\/wp\/v2\/media\/36146"}],"wp:attachment":[{"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=36230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=36230"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.lanmaowang.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=36230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}