QCC_StatusText function

Convert a status code to a C string.

Syntax


CONST CHAR* WINAPI QCC_StatusText(
   QStatus status
);

Parameters

status

Status code to be converted.

Return value

C string representation of the status code.

Requirements

Minimum supported client

Windows 10

Minimum supported server

Windows Server 2016 Technical Preview [desktop apps | Windows Store apps]

Minimum supported phone

Windows 10 Mobile

Header

Status.h

Library

MSAJApi.lib

DLL

MSAJApi.dll

 

 

Community Additions

ADD
Show: