{"id":568,"date":"2008-05-13T22:13:15","date_gmt":"2008-05-13T22:13:15","guid":{"rendered":"http:\/\/6teen.ru\/?p=365"},"modified":"2008-05-13T22:13:15","modified_gmt":"2008-05-13T22:13:15","slug":"3367","status":"publish","type":"post","link":"http:\/\/pblog.ru\/lab\/?p=568","title":{"rendered":"\u041a\u0430\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043b\u043e\u0442\u043e\u043a \u0443 \u0440\u0430\u0437\u043d\u044b\u0445 \u043f\u0440\u0438\u0432\u043e\u0434\u043e\u0432?"},"content":{"rendered":"<p>\u041a\u0430\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043b\u043e\u0442\u043e\u043a \u0443 \u0440\u0430\u0437\u043d\u044b\u0445 \u043f\u0440\u0438\u0432\u043e\u0434\u043e\u0432?<br \/>\n<!--more--><\/p>\n<pre class=\"alt2\" style=\"margin:0px; padding:6px; border:1px inset; width:580px; height:320px; overflow:auto\"><div>\u041a\u0430\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043b\u043e\u0442\u043e\u043a \u0443 \u0440\u0430\u0437\u043d\u044b\u0445 \u043f\u0440\u0438\u0432\u043e\u0434\u043e\u0432?\n\nunit DriveTools;\n\ninterface\n\nuses\n\nWindows, SysUtils, MMSystem;\n\nfunction CloseCD(Drive: Char): Boolean;\nfunction OpenCD(Drive: Char): Boolean;\n\nimplementation\n\nfunction OpenCD(Drive: Char): Boolean;\nvar\n\nRes: MciError;\nOpenParm: TMCI_Open_Parms;\nFlags: DWord;\nS: string;\nDeviceID: Word;\nbegin\n\nResult := false;\nS := Drive + ':';\nFlags := mci_Open_Type or mci_Open_Element;\nwith OpenParm do\nbegin\ndwCallback := 0;\nlpstrDeviceType := 'CDAudio';\nlpstrElementName := PChar(S);\nend;\nRes := mciSendCommand(0, mci_Open, Flags, Longint(@OpenParm));\nif Res <> 0 then\nexit;\nDeviceID := OpenParm.wDeviceID;\ntry\nRes := mciSendCommand(DeviceID, MCI_SET, MCI_SET_DOOR_OPEN, 0);\nif Res = 0 then\nexit;\nResult := True;\nfinally\nmciSendCommand(DeviceID, mci_Close, Flags, Longint(@OpenParm));\nend;\nend;\n\nfunction CloseCD(Drive: Char): Boolean;\nvar\n\nRes: MciError;\nOpenParm: TMCI_Open_Parms;\nFlags: DWord;\nS: string;\nDeviceID: Word;\nbegin\n\nResult := false;\nS := Drive + ':';\nFlags := mci_Open_Type or mci_Open_Element;\nwith OpenParm do\nbegin\ndwCallback := 0;\nlpstrDeviceType := 'CDAudio';\nlpstrElementName := PChar(S);\nend;\nRes := mciSendCommand(0, mci_Open, Flags, Longint(@OpenParm));\nif Res <> 0 then\nexit;\nDeviceID := OpenParm.wDeviceID;\ntry\nRes := mciSendCommand(DeviceID, MCI_SET, MCI_SET_DOOR_CLOSED, 0);\nif Res = 0 then\nexit;\nResult := True;\nfinally\nmciSendCommand(DeviceID, mci_Close, Flags, Longint(@OpenParm));\nend;\nend;\n\nend.\n<\/div><\/pre>\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u041a\u0430\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u044c \u0438 \u0437\u0430\u043a\u0440\u044b\u0442\u044c \u043b\u043e\u0442\u043e\u043a \u0443 \u0440\u0430\u0437\u043d\u044b\u0445 \u043f\u0440\u0438\u0432\u043e\u0434\u043e\u0432?<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[398,433],"tags":[736,1414,1518,1608,1668],"_links":{"self":[{"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=\/wp\/v2\/posts\/568"}],"collection":[{"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=568"}],"version-history":[{"count":0,"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=\/wp\/v2\/posts\/568\/revisions"}],"wp:attachment":[{"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=568"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pblog.ru\/lab\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}