C#
VB
C++
Determines whether the specified printer is locked.
True if the specified printer is locked; otherwise it is false.
This method checks if applications were prevented from directly printing to the specified printer.
To lock the specified printer, use the Lock method.
To unlock the specified printer, use the UnLock method.
Refer to Specifications example.