NdrSimpleTypeMarshall 함수(rpcndr.h)
NdrSimpleTypeMarshall 함수는 간단한 형식을 마샬링합니다.
구문
void NdrSimpleTypeMarshall(
[in, out] PMIDL_STUB_MESSAGE pStubMsg,
[in] unsigned char *pMemory,
[in] unsigned char FormatChar
);
매개 변수
[in, out] pStubMsg
RPC 스텁의 현재 상태 유지하는 MIDL_STUB_MESSAGE 구조체에 대한 포인터입니다. 구조체는 내부 전용입니다. 수정하지 마세요.
[in] pMemory
마샬링할 단순 형식에 대한 포인터입니다.
[in] FormatChar
단순 형식 형식 문자입니다.
반환 값
오류가 발생하면 함수는 다음 예외 코드 중 하나를 throw합니다.
Error | 설명 |
---|---|
STATUS_ACCESS_VIOLATION | 액세스 위반이 발생했습니다. |
RPC_S_INTERNAL_ERROR | RPC에서 오류가 발생했습니다. |
요구 사항
지원되는 최소 클라이언트 | Windows 2000 Professional [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows 2000 Server [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | rpcndr.h(Rpc.h 포함) |
라이브러리 | Rpcrt4.lib |
DLL | Rpcrt4.dll |