構文
C++
C#
Visual Basic .NET
パラメーター
int 型変数へのポインターです。
HRESULT GetNumberOfPagesInImageFile(
BSTR ImageFilePath,
IImagePasswordCallback* PasswordCallback,
int* Result
);
int GetNumberOfPagesInImageFile(
string ImageFilePath,
IImagePasswordCallback PasswordCallback
);
Function GetNumberOfPagesInImageFile( _
ImageFilePath As String, _
[PasswordCallback As IImagePasswordCallback = Nothing] _
) As Integer
int 型変数へのポインターです。
このページは役に立ちましたか?