Visual Studio 2010 - Visual C++
__inbytestring
Microsoft Specific
Reads data from the specified port using the rep insb instruction.
void __inbytestring( unsigned short Port, unsigned char* Buffer, unsigned long Count );
Parameters
Requirements
|
Intrinsic |
Architecture |
|---|---|
|
__inbytestring |
x86, x64 |
Header file <intrin.h>
Remarks
This routine is only available as an intrinsic.
See Also