DkmTransportConnection.QueryIsWOW64Executable(String) Method

Definition

Deprecated. Use QueryExecutableArchitecture. Determines if the given executable file will execute within WOW64 (Windows On Windows), which is used to execute 32-bit processes on a 64-bit OS.

public:
 bool QueryIsWOW64Executable(System::String ^ ExePath);
public:
 bool QueryIsWOW64Executable(Platform::String ^ ExePath);
bool QueryIsWOW64Executable(std::wstring const & ExePath);
public bool QueryIsWOW64Executable (string ExePath);
member this.QueryIsWOW64Executable : string -> bool
Public Function QueryIsWOW64Executable (ExePath As String) As Boolean

Parameters

ExePath
String

[In] Path to the executable file.

Returns

[Out] true if the specified executable file will execute under WOW.

Applies to