MPLAB® Harmony Graphics Suite > Graphics Library > Legato Graphics Library > Legato Interface > a) Common Functions > lePixelBuffer_IsLocked Function
MPLAB® Harmony Graphics Suite
lePixelBuffer_IsLocked Function
C
LIB_EXPORT leBool lePixelBuffer_IsLocked(
    const lePixelBuffer* const buffer
);
Parameters
Parameters 
Description 
const lePixelBuffer* const buffer 
the buffer to query 
Returns

leBool - true if the buffer is locked

MPLAB® Harmony Graphics Suite