Platform invoke data type

Source: Internet
Author: User

unmanaged types in Wtypes.h

unmanaged C language Types

Managed class name

Description

HANDLE

void*

System. IntPtr

32-bit on 32-bit Windows operating system, 64-bit on 64-bit Windows operating system.

BYTE

unsigned char

System. Byte

8 Guests

Short

Short

System. Int16

16 Guests

Word

unsigned short

System. UInt16

16 Guests

Int

Int

System. Int32

32 Guests

UINT

unsigned int

System. UInt32

32 Guests

LONG

Long

System. Int32

32 Guests

BOOL

Long

System.Int32

32 Guests

DWORD

unsigned long

System. UInt32

32 Guests

ULONG

unsigned long

System. UInt32

32 Guests

CHAR

Char

System. Char

Decorated with ANSI.

WCHAR

wchar_t

System. Char

Decorated with Unicode.

LPSTR

char*

System. String or system.text. StringBuilder "> System . String   or system.text . StringBuilder

decorated with ANSI.

LPCSTR

Const char*

system. String or system.text. StringBuilder "> System . String   or system.text . StringBuilder

decorated with ANSI.

lpwstr

wchar_t*

. String or system.text. StringBuilder "> System . String   or system.text . StringBuilder

decorated with Unicode.

Lpcwstr

Const wchar_t*

System. String or system.text. StringBuilder

Decorated with Unicode.

FLOAT

Float

System. Single

32 Guests

DOUBLE

Double

System. Double

64 guests

Platform invoke data type

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.