掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
RCB-1でポジション設定するには? (ID:145080)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
そちらを見ないでこちらを見てください。 >http://support.microsoft.com/default.aspx?scid=kb;ja;823179 Public Declare Auto Function ReadFile Lib "kernel32.dll" ( _ ByVal hFile As IntPtr, _ ByVal lpBuffer As Byte(), _ ByVal nNumberOfBytesToRead As Int32, _ ByRef lpNumberOfBytesRead As Int32, _ ByVal lpOverlapped As IntPtr) As Boolean DllImportを使い場合は Imports System.Runtime.InteropServices <DllImport("KERNEL32.DLL", _ EntryPoint:="ReadFile", _ SetLastError:=True, _ CharSet:=CharSet.Auto, _ ExactSpelling:=True, _ CallingConvention:=CallingConvention.StdCall)> _ Private Shared Function ReadFile( _ ByVal hFile As IntPtr, _ ByVal lpBuffer As Byte(), _ ByVal nNumberOfBytesToRead As Int32, _ ByRef lpNumberOfBytesRead As Int32, _ ByVal lpOverlapped As IntPtr _ ) As Boolean End Function
←解決時は質問者本人がここをチェックしてください。
更新する
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.